Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 499 Bytes

sqlite.md

File metadata and controls

16 lines (10 loc) · 499 Bytes

sqlite backend

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