You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 24 Jan 2013 at 11:00The text was updated successfully, but these errors were encountered: