aboutsummaryrefslogtreecommitdiffstats
path: root/src/sqlite.rs
AgeCommit message (Expand)Author
2022-03-27Add license (GNU GPLv3+)v0.0.1Teddy Wing
2022-03-23get_column_names(): Add documentationTeddy Wing
2022-03-21Add placeholders for code documentation remindersTeddy Wing
2022-03-21get_column_names(): Use `HashSet` instead of `HashMap`Teddy Wing
2022-03-21sqlite: Remove unused `affinity()` functionTeddy Wing
2022-03-21get_column_names: Idea for column name storageTeddy Wing
2022-03-21Add a couple of notes for code cleanupTeddy Wing
2022-03-14Add `table_primary_key_column()`Teddy Wing
2022-03-13insert(): Remove `unwrap()`sTeddy Wing
2022-03-13get_column_names(): Remove `unwrap()`sTeddy Wing
2022-03-13sqlite::Zero: Change to unit struct syntaxTeddy Wing
2022-03-12get_column_names(): Get table name from argumentTeddy Wing
2022-03-12Move `get_column_names()` to `sqlite` moduleTeddy Wing
2022-03-10Start encoding SQLite affinity rulesTeddy Wing
2022-03-09Idea for getting SQLite type affinity from a type stringTeddy Wing