Files
= 86ee359f0f Update llms.md: Replace RLS with View Functions, add TypeScript Server Module
- 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()
2026-01-11 17:54:39 -05:00
..
2025-10-24 14:36:38 +00:00
2025-10-24 14:36:38 +00:00