If you, for some reason, want to use dobby
's APIs with an sqlite
back-end, it is possible with the --sqlite
server flag.
SQLite's advantages:
- Better performance
- Portability
- Reliability
- Accessibility
Module implementation: here.
All inputs are properly sanitized, so no SQL-injections are possible.
note: obviously, a very small subset of SQLite's features is supported