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

As in, it should be possible in a client to write: ```rust ctx.subscription_builder() .subscribe(format!( "SELECT * FROM message WHERE sent >= {:?}", Timestamp::now(), )) .unwrap(); ``` or the equivalent in...

I've installed the SpacetimeDB on my VPS, however I'm a bit short on how exactly should I secure the DB so that noone else can publish modules but me? When...

Related to https://github.com/clockworklabs/SpacetimeDB/issues/253 Taking the idea of an opt-in reconnection logic from a comment made by phoebe and pushing it to all our SDKs

TODO: evaluate whether to do filtering on the server or the client. Server compute vs network load tradeoff.

# Description of Changes Fixes https://github.com/clockworklabs/SpacetimeDB/issues/2390. # API and ABI breaking changes None # Expected complexity level and risk 2 # Testing Not tested as of yet. To my knowledge,...

release-any
bugfix

Hello, First of, amazing job with this database. The level of dedication and commitment to innovating tech definitively shows a lot of progress! I can see the potential for SpacetimeDB...

feature-request

1. Installed spacetimedb cli 2. Installed .net 8.0.407 SDK 3. Installed wasi-experimental 4. Created project with spacetime init --lang csharp server 5. When i open project ![Image](https://github.com/user-attachments/assets/c23614ac-709b-437b-abbc-5fd2b5ffe32c) 6. Closed VS,...

# Description of Changes This uses jemalloc in standalone instead of mimalloc, unless the target env is msvc. The main reason is that jemalloc exposes better stats, and has a...

release-any

# Description of Changes From the comment I put in the code: > set the patch version of newly-created metadata files to 0 [which means that patch number of existing...

backward-compatible
release-1.0.1

Having Dart support would allow us to use SpacetimeDB to build Flutter applications. Firebase firestore + cloud functions is a very popular choice for Flutter apps, Maybe SpaceTimeDB could be...

feature-request