SpacetimeDB
SpacetimeDB copied to clipboard
Multiplayer at the speed of light
`__describe_module__` needs to return RLS queries. One way would be to include them as part of the table def.
This ticket includes (1) creating a system table for RLS queries, and (2) updating the drivers of `__describe_module__` (database init and update) to insert RLS queries into this system table....
Kim pointed out this would be a good idea.
From @SteveBoytsun: It took me 2+ hours of torturing stdb, but I finally found a repro. Here are the steps: 1) Define a table with unique column and a non-unique...
If you have a module with following table and reducer, there are no errors in IDE, but publishing returns a fairly unhelpful error ```cs [Table] public partial class Test {...
Re: https://github.com/clockworklabs/SpacetimeDB/issues/185 Users are confused by cargo build attempting to compile modules for their default native target and failing to statically link against the non-existent bindings-sys host functions. We should...
Currently we use `0` all over the place in the codebase, implicitly because it is the sentinel value that means "replace me when I am inserted in to a table...
# Description of Changes The first step is cleaning the way the directories of the database are used. This PR implements a series of helpers that describe the desired layout...