SpacetimeDB
SpacetimeDB copied to clipboard
Multiplayer at the speed of light
I.e. bag or multiset union. You may define multiple RLS filters on the same table, the semantics of which are that of a bag union. For example: ```rust /// A...
For defining permissions such as ```sql -- Only admins can read from A SELECT * FROM A WHERE EXISTS ( SELECT * FROM User WHERE id = @sender AND role...
Support the `@sender` parameter as defined by the RLS proposal. ```rust /// A user only has access to their row #[spacetimedb::client_visibility_filter] const USER_FILTER: Filter = Filter::Sql(" SELECT * FROM user...
As defined in the RLS proposal. All that is required for this ticket is that `filter!` add its SQL query to the output of `__describe_module__`.
The implementation is described in incremental subscription update proposal.
``` boppy@boppy-macbook Formula % curl -sSf https://install.spacetimedb.com | sh % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 3525 100...
# Description of Changes Create a Nix flake so that SpacetimeDB is to some degree usable via nix :^) Also formatted the single not-properly-formatted source file in the codebase out...