aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
AgeCommit message (Expand)Author
2022-03-13yaqlite::insert(): Add testTeddy Wing
2022-03-12Add an `insert()` function for inserting YAML in databaseTeddy Wing
2022-03-12Move `Yaml` newtype to a new module in library crateTeddy Wing
2022-03-10Start encoding SQLite affinity rulesTeddy Wing
2022-03-09Idea for getting SQLite type affinity from a type stringTeddy Wing