SpacetimeDB icon indicating copy to clipboard operation
SpacetimeDB copied to clipboard

Multiplayer at the speed of light

Results 693 SpacetimeDB issues
Sort by recently updated
recently updated
newest added

jdetter: Essentially the instructions are: ``` cargo build --release -p spacetimedb-cli -p spacetimedb-update -p spacetimedb-standalone ``` Then users need to put binaries in the right spots. Script that I shared...

add C language serverside libraries and client libraries

feature-request

# Background We used to support project-specific config files (similar to a project-specific git config). We removed support for these, but we'd like to add it back eventually. # Definition...

Nice presentation, it seems the build script dose not work on alpine Linux. ``` localhost:~$ uname -a Linux localhost 6.12.16-0-lts #1-Alpine SMP PREEMPT_DYNAMIC 2025-02-21 15:23:09 x86_64 Linux localhost:~$ curl --proto...

While following the guide in the docs for c# server and typescript client i got problems getting all the users in the client. The problem was in the typescript generated...

Closes #2421. # Description of Changes Updates the install instructions in readme to match the website. I've also removed the instructions for installing from source given #2420. # API and...

release-any

Hey, Apparently it's an invalid keyword, TL;DR: ```sh 🪐spacetime-server>select * from transforms id | gameObjectId | position ----+--------------+---------- (0 rows) Time: 1.79ms 🪐spacetime-server>select position from transforms sql parser error: Expected...

Expanding a table reference into its RLS definition during query compilation. For example, if you have the following RLS rule: ```rust /// A user only has access to their row...

- Improved the exception message in the `update_bulk_unique_0_u32_u64_u64` method to provide more detailed information about the discrepancy between expected and actual row counts. This enhancement will aid in debugging and...

Analogous to `#[client_visibility_filter]` and `Filter::Sql` in the rust module bindings. ```rust /// A user only has access to their row #[spacetimedb::client_visibility_filter] const USER_FILTER: Filter = Filter::Sql(" SELECT * FROM user...