Skip to content

v0.9.0

Compare
Choose a tag to compare
@L-Mario564 L-Mario564 released this 22 Aug 03:27
· 2 commits to main since this release
  • Support tables in different schemas. (Addresses #18).
  • Fix an error that occurred when table extra config was undefined. (Addresses #14).

BREAKING CHANGES (for some)

To make this library lighter, Drizzle ORM is now a peer dependency rather than a regular one, this means that you have to have drizzle-orm installed in your repo. Many of you likely already have Drizzle ORM installed, but for those who haven't (like in the case of using a monorepo), you have to install Drizzle ORM.

Another breaking change to go alongside the prior is that the minimum version of Drizzle ORM must be 0.32.0. For those who already have the package up to date (0.32.0 or greater), nothing needs to be done.