Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiler option to build read-only library #177

Open
GoogleCodeExporter opened this issue Jun 24, 2015 · 0 comments
Open

Compiler option to build read-only library #177

GoogleCodeExporter opened this issue Jun 24, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 24 Jan 2013 at 11:00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant