v0.6.0
Minor Changes
-
#55
5e30824
Thanks @Skye-31! - [breaking] Feat: Refactor models to allow multiple unique keysThis 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.