v1.43.9 — First class ORM support in Encore.ts #1560
marcuskohlberg
started this conversation in
General
Replies: 1 comment 1 reply
-
When using an ORM such as drizzle, is encore able to record db calls and show on the encore dashboard what queries hit the database per request? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In this release we've added greatly improved support for using ORMs and migration frameworks with Encore.ts.
Remember to update:
encore version update
Since Encore’s approach to database management is flexible, i.e. it uses standard SQL migration files, it now supports integration with most popular ORMs.
📚 We've created examples and docs for how to use:
Many other ORMs are also supported. Here's how you can reason about it:
Learn more in the ORM docs
Other improvements & Bugfixes
Full Changelog: v1.43.7...v1.43.9
This discussion was created from the release v1.43.9 — First class ORM support in Encore.ts.
Beta Was this translation helpful? Give feedback.
All reactions