Replies: 1 comment
-
Hi ! If anyone is ready to design and implement the feature, or finance its development, that would be very welcome ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
SQLite has a powerful feature whereby multiple smaller databases can be aggregated as independent files behind schemas.
In terms of PII & Individual security a dynamic Attach / Detach is extremely beneficial see Give Each of Your Users Their Own SQLite Database
At this time, the
on-connect.sql
requires static databases defined in-advance; it is possible to attach a db when visiting a page, but detach is unavailableIn Confidential Computing its quite important to be able to dynamically attach & detach SQLite databases
Would be great to see this ability to attach & detach SQLite DB added to the already excellent SQLPage
Beta Was this translation helpful? Give feedback.
All reactions