SpacetimeDB
SpacetimeDB copied to clipboard
Multiplayer at the speed of light
Optimizing modules with `wasm-opt`, at least under the default `wasm-opt` config, strips their debug symbols, making profiler output (e.g. `perf`) incomprehensible. We need some way to disable this other than...
# Description of Changes This migrates module definition to V9 for C# modules. Note that it's based off #1573 which is why the target branch is currently not master. It...
Remove methods for: - `iter_by_col_eq` - `delete_by_col_eq` - `iter_start_filtered`
# Description of Changes Upgrade our dependency on `sqlparser`. # Expected complexity level and risk 1
# Description of Changes Updated a broken link from "https://spacetimedb.com/docs/client-languages/rust/rust-sdk-quickstart-guide" to "https://spacetimedb.com/docs/sdks/rust/quickstart". That's it, just wanted to update the link to better guide newcomers.
As requested here https://github.com/clockworklabs/SpacetimeDB/pull/1761#discussion_r1781741392.
# Description of Changes Add backwards-compatibility checking for AlgebraicTypeLayouts used in system tables. This required implementing backwards-compatibility validation logic for BSATN and BFLATN. I still need to add an actual...
Structural read implementation can be only directly implemented on types with default constructors, but writing should not have such limitations. In this PR I'm splitting out writing into its own...
Define new physical plan to replace the current `QueryExpr` type.
See PR https://github.com/clockworklabs/SpacetimeDB/pull/1616.