Loading an SQLite database from a byte stream in .NET (stackoverflow.com)stack
3 points by Ethan in stackoverflow.com · 15y ago · stack
I'm trying to load an SQLite database that will be embedded in my executable as a resource. For those who are curious, it is because I use a small SQLite database to store configuration data, and I'd like to ship the default configuration embedded inside the executable (I hate h…