(no title)
anty | 6 months ago
Naturally I have some questions:
1. I don't see any examples for foreign key constraints (ON DELETE and ON UPDATE) or UNIQUE constraints. Are constraints still supported? 2. How is row-level privacy implemented? Are "forbidden" rows not synced by the server logic, or are they encrypted?
marcobambini|6 months ago
About encryption: all communications are over TLS.
anty|6 months ago