github-actions
released this
12 Dec 08:49
·
13 commits
to main
since this release
Minor Changes
- a547fc6: Added support for column "mode" option. This allows the ORM to expose values as complex types such as JSON and Timestamp, but store them as primitives such as text and integer.
- 53fd64e: Added support for casing option in the Drizzle schema helper functions.
Patch Changes
- ed5bb49: Fixed a typing issue related to queries returning multiple results when used in
db.watch()
.