tobiasschulz / csharp-sqlite

Automatically exported from code.google.com/p/csharp-sqlite
Other
0 stars 0 forks source link

Compiler option to build read-only library #177

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
For simple utility applications that only read information from databases, it 
could be interesting to have a smaller version of the SQLite library that can 
only read from but not write to database files. I'd expect this to be much 
smaller. I am aware that possible correction of corrupted database files would 
not be possible then.

Another interesting option could then be to include the entire source code into 
the main assembly to have only a single resulting .exe file that's as portable 
as possible.

Original issue reported on code.google.com by yves.goe...@gmail.com on 24 Jan 2013 at 11:00