Skip to content

Releases: dvanderweele/DBML_SQLite

Minor Bug Squash 🀜🦟

Choose a tag to compare

@dvanderweele dvanderweele released this 27 May 20:12

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

Choose a tag to compare

@dvanderweele dvanderweele released this 26 May 14:53

Dependencies bumped:

  • more-itertools
  • click
  • coveralls

Merged first pull request 😎

Choose a tag to compare

@dvanderweele dvanderweele released this 26 May 13:43

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

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

Choose a tag to compare

@dvanderweele dvanderweele released this 21 May 20:43

See title.

Patching Index Creation πŸ€•

Choose a tag to compare

@dvanderweele dvanderweele released this 21 May 14:01

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

Choose a tag to compare

@dvanderweele dvanderweele released this 17 May 11:07

Patched to allow Python 3.7+

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

Choose a tag to compare

@dvanderweele dvanderweele released this 13 May 21:47

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

First release 😎πŸ₯³ 0.1.0

Choose a tag to compare

@dvanderweele dvanderweele released this 08 May 22:02

First release of dbml_sqlite!