I\'m writing a C# WinForms application, and one of the components of the application is a SQLite database.
If the user is running the program for the first time, the pro
Include an encrypted version of the sql file. Have your program load, decrypt it then execute it. At least that's how I'd do it.