Replies: 1 comment
|
SQLite itself does not really have a built-in "database password" concept like MySQL/Postgres. With libSQL/sqld, auth is usually handled at the server / connection layer instead of inside the So if you are looking for something like
So the short answer is: secure access in the deployment/runtime layer, not by setting a password on the SQLite file itself. |
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.
May I ask how to set the access password for the database?
All reactions