SpacetimeDB
SpacetimeDB copied to clipboard
Multiplayer at the speed of light
# Description of Changes We technically don't need to `git ls-files` when getting the CLI templates because when we compile the release builds we work with a clean git clone,...
Add a single new host call for performing an HTTP request, `procedure_http_request`. Its signature is approximately: ``` extern "C" fn procedure_http_request(req: *const u8, req_len: u32, out: *mut BytesSource) -> Errno;...
## Description We don't have a hardware config set for this yet but we want to start creating the config ## TODO - [ ] Create a control node +...
A user report suggests that `datastore_index_scan_range_bsatn` will panic the host when passed a range where the end is greater than the start. [`std::collections::BTreeMap::range` says it does this, so I guess...
Currently database names need to be unique across all users of a cluster. This is not ideal and is already leading users to add namespacing as part of the database...
# Description of Changes This PR is the first in a series of PRs which are an effort the reorganize the docs and make it easier for people to get...
# Description of Changes Ability to, given a table: ```rust #[table(name=table)] struct Table { option: Option, } ``` do: ```sql INSERT INTO table (option) VALUES (0); ``` instead of getting:...
# Description of Changes Was necessary (at least) because of #1599. # API and ABI breaking changes None(?) Needs docs, that's for certain. # Expected complexity level and risk ###...