v0.5.1
This release contains updates regarding the query builder and migration schema. There should be no breaking changes, but if you face any issue, consult the Readme and examples. If this does not help, submit an issue.
- The query builder now returns (in most cases) an array instead of a string.
- Migration files now have their own types (
up
anddown
has the typeMigration
importable frommod.ts
updatedAt
works again (timestamps
are now fixed)