Skip to content

v0.25.0

Compare
Choose a tag to compare
@wavenator wavenator released this 31 Mar 11:22
· 12 commits to master since this release

This release introduces a two major features:

  • There is a new connector called local. This connector is based on SQLite3 as its backend. The main use case for this connector is local tests.
  • [Breaking Change] The config attribute has been replaced with a generate_config method. This way we can generate a config dynamically and not during module load process.