Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 11:22
· 19 commits to main since this release
37dcf27

Minor Changes

  • #55 5e30824 Thanks @Skye-31! - [breaking] Feat: Refactor models to allow multiple unique keys

    This change restructures the way that primary keys, auto increment keys and unique keys are provided. This allows for multiple unique keys to be provided for a model. These fields have been moved from the ModelColumn type to the first parameter in the Model constructor.

    Refer to the docs for more information.