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

# Description of Changes # API and ABI breaking changes # Expected complexity level and risk # Testing - [ ] - [ ]

Extend the V8 module host to execute procedures, including the ability to suspend and resume execution during blocking or asynchronous operations, as in #3498 .

# Description of Changes This introduces a query builder for typescript modules. It is available as `ReducerCtx.queryBuilder`, but it might make more sense to rename that to `schema`. There are...

As it stands, we choose a type for primary keys from a closed set of possibilities, e.g. `u32`. This makes foreign keys non-typesafe. ``` #[table(name = foo, public)] struct Foo...

https://github.com/clockworklabs/SpacetimeDB/blob/master/docs/.cursor/rules/spacetimedb.mdc contains the instruction, "You're executing commands in Powershell..." That gets copied into my project when I run `spacetimedb init`, and it's confusing my copy of Cursor because I'm not...

...because https://github.com/clockworklabs/SpacetimeDB/blob/master/sdks/typescript is actually a symlink file, and github paths don't follow symlinks, so https://github.com/clockworklabs/SpacetimeDB/blob/master/sdks/typescript/packages/sdk fails to resolve on Github.

# Description of Changes Fix for a bigger issue brought up in https://github.com/clockworklabs/SpacetimeDB/issues/2830#issuecomment-2942621359. Additionally, this seems to allow for some extra query optimizations (see tests). # API and ABI breaking...

# Description of Changes Closes #1317 > We had to disable this in https://github.com/clockworklabs/SpacetimeDB/pull/1316 but we should lift the restriction eventually for better query performance. # API and ABI breaking...

release-any
Do not merge

# Description of Changes Ability to, given a table: ```rust #[table(name=table)] struct Table { option: Option, } ``` do: ```sql INSERT INTO table (option) VALUES (Null); ``` instead of getting:...

# Description of Changes This PR modifies the `--delete-data` flag on `spacetime publish` and adds the `--delete-data` flag on `spacetime dev`. In particular instead of `--delete-data` being a boolean, it...

release-any