mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-12 10:48:19 -04:00
86ee359f0f
- Replace deprecated RLS (Row-Level Security) sections with View Functions documentation for both Rust and C# - Add Query<T> return type documentation with query builder API - Add performance notes for AnonymousViewContext (shareable across clients) - Add comprehensive TypeScript Server Module section with correct patterns: - table() with two-object syntax (options, columns) - Type builders as functions (t.string(), t.identity(), etc.) - schema() composition - Reducer three-argument syntax - Lifecycle methods (init, clientConnected, clientDisconnected) - view() vs anonymousView()