v0.4.0
- Add SQLite dialect support.
- Upgraded
drizzle-orm
dependency to version 0.28.6, and with this, Postgres'smallserial
generates assmallserial
, as it should. Previously generated asserial
due to a bug in Drizzle ORM.
drizzle-orm
dependency to version 0.28.6, and with this, Postgres' smallserial
generates as smallserial
, as it should. Previously generated as serial
due to a bug in Drizzle ORM.