> 
>    SQLite doesn't have any concept of users, permissions, etc., at least
> not as far as I'm aware, though there is an encrypted-database option
> available, I believe.
> 

Unless you can restrict access to the database file you have to
encrypt your data when you store it, and decrypt it on retrieval.
There is a package to do that but I believe you must purchase that
version. It might be a worthwhile option.

Reply via email to