Releases: dvanderweele/DBML_SQLite
Releases Β· dvanderweele/DBML_SQLite
Minor Bug Squash π€π¦
Minor Patch:
- Column defaults now preserve typing as passed along from PyDBML, whereas before they would all be rendered as a string literal in the produced DDL.
- No longer tracking builds in version control. Just grab them here.
- Bumped version of a dependency.
Bumped Dependencies
Dependencies bumped:
- more-itertools
- click
- coveralls
Merged first pull request π
Thanks to avqpereira, 'UUID' is now a coerceable type.
patch to add underscore to uuid names for indexes to ensure legality
Patching Index Creation π€
CREATE INDEX statements now have newline chars to prettify output and also random name generator is no longer broken.
Patch to allow Python 3.7+ π
Patched to allow Python 3.7+
v0.2.0 - DBML_SQLite now has a CLI π π²
Incorporated integration with click library and now the package has a CLI. Enjoy π₯°
First release ππ₯³ 0.1.0
First release of dbml_sqlite!