Answer the question
In order to leave comments, you need to log in
How to set password on sqlite in Laravel?
Good Monday
everyone I'm digging into Google and looking for how I can secure my sqlite database.
I found this solution: (quote from the site)
"you can password protect the sqlite3 DB. For the first time, before doing any operations, set the password as follows.
SQLiteConnection conn = new SQLiteConnection("Data Source=MyDatabase.sqlite;Version=3;");
conn.SetPassword("password");
conn.open();
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question