Is it possible to have a SQLite db as a embedded resource?
As far as I know you can only open new database in memory or new/existing one from file system.
You can not copy existing db to memory to be used with SQL API.
That is an interesting question! I did some quick searching on SQLite website and I am not seeing any answer to this.