Skip to content

Releases: dvanderweele/DBML_SQLite

Minor Bug Squash 🀜🦟

27 May 20:12
Compare
Choose a tag to compare

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

26 May 14:53
Compare
Choose a tag to compare

Dependencies bumped:

  • more-itertools
  • click
  • coveralls

Merged first pull request 😎

26 May 13:43
Compare
Choose a tag to compare

Thanks to avqpereira, 'UUID' is now a coerceable type.

patch to add underscore to uuid names for indexes to ensure legality

21 May 20:43
Compare
Choose a tag to compare

Patching Index Creation πŸ€•

21 May 14:01
Compare
Choose a tag to compare

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+ 😎

17 May 11:07
Compare
Choose a tag to compare

Patched to allow Python 3.7+

v0.2.0 - DBML_SQLite now has a CLI πŸ‘€ 😲

13 May 21:47
Compare
Choose a tag to compare

Incorporated integration with click library and now the package has a CLI. Enjoy πŸ₯°

First release 😎πŸ₯³ 0.1.0

08 May 22:02
Compare
Choose a tag to compare

First release of dbml_sqlite!