Fixed bug when inserting strings and blobs, where there would be redundant quotation marks around the data. Added feature to preserve column order from the schema when creating tables, by introducing `PreserveOrderMeta`. Restructured project from flat-file to src, and update project keywords.
0.2.2alpha
Updated documentation and reduced required python version to 3.8. Also introduced relative paths to databases via pathlib, documented the codebase more fully, and conformed to higher standards of code quality.
0.2.1alpha
Added suggested schema, blob and float types, fixed critical bugs, added parameterized queries, and fixed type hinting
0.1.2alpha
Major updates to the project README (description)
0.1.1alpha
Initial release. Core features largely included, including CRUD operation with extensions including JOIN and ORDER BY.