SQLite
- SQLite crate
- SQLite in memory example with INSERT and SELECT
- SQLite in-memory COUNT
- SQLite in-memory plain placeholder (?)
- SQLite SELECT with named placeholder - bind variables
- SQLite SELECT with placeholder
- SQLite INSERT with placeholder
- SQLite Multi-Counter
- SQLite with AUTOINCREMENT
- SQLite - field with DEFAULT value
- SQLite Transaction
- SQLite transaction - bank
- SQLite - Groups and Owners (with FOREIGN KEY)
- SQLite get_autocommit function