sections_fts: 35
This data as json
| rowid | title | content |
|---|---|---|
| 35 | Controlling access to specific databases | To limit access to a specific private.db database to just authenticated users, use the "allow" block like this: { "databases": { "private": { "allow": { "id": "*" } } } } |