headless-talk 0.6.1

Headless talk implementation
Documentation
1
2
3
4
5
6
pub const INIT_SQL: &str = "
PRAGMA journal_mode = WAL;
PRAGMA synchronous = NORMAL;
PRAGMA wal_autocheckpoint = 8192;
PRAGMA wal_checkpoint(TRUNCATE);
";