Tagged Questions
4
votes
7answers
1k views
Portable database for storing secrets
I'm developing a application that needs storing secrets in a database.
I need a portable database (like Firebird, Sqlite, etc) where the data will be stored encrypted or password protected or both...
...
1
vote
2answers
89 views
How do you use portable databases with MsBuild?
I want to store in my solution a project containing the database creation scripts.
When this project is built, it must generate a database file, which will then be used by this and other projects of ...