SpacetimeDB
SpacetimeDB copied to clipboard
Multiplayer at the speed of light
Currently in SpacetimeDB Cloud which we run, we allow users to recover their identity token (if they've connected an email address with their identity) by sending them an email with...
Mario: Then does this means adding chrono? Trying of use u64 instead internally is a footgun similar to how bool in SQLite is 1/0 (ie: Lets add proper date types,...
Currently there are many ways to pass arguments or environment variables in to spacetimedb CLI which differ in standalone and cloud. e.g. ``` STDB_MY_VAR=foo spacetime SPACETIME_MY_VAR=foo spacetime SPACETIMEDB_MY_VAR=foo spacetime spacetime...
Version the codegen and send that along the messages, modules, etc similar to: ```sql API: 1.1.2 ``` Also, when SATS encoding prepared this plus a hash of the original schema...
John: SpacetimeDB should support reading from a new header, X-Client-Version, which contains the client’s supported SDK version. Important: this version should match the SDK’s supported SpacetimeDB version and may not...
Changes the bootstrap sequence, such that the initial system table schemas and contents are stored in the commitlog. Opening a database proceeds as follows: - If a snapshot exists, restore...
# Description of Changes A recent issue revealed this could be better. Now it tells you everything about the conflicting rows, not just the conflicting values. This makes UniqueConstraintViolation bigger...
# Description of Changes Please describe your change, mention any related tickets, and so on here. # API and ABI breaking changes If this is an API or ABI breaking...
If a user adds a server with trailing slash, they can get errors e.g. ``` Error: Unable to retrieve fingerprint for server: https://bitcraft.spacetimedb.org/ Is the server running? Add a server...