Attention for Issue: Dependency to deprecated package @esbuild-kit/esm-loader
npm audit
, as well as an advisory that was published here https://github.com/advisories/GHSA-67mh-4wv8-2f99 it is quite odd to notice that this issue has been unnoticed or so it seems by the Drizzle Team. Making me wonder about the current way dependencies and especially vulnerabilities inside these dependencies are being managed.
The issue as mentioned in the title, as well as a pull-request that already addresses the issue can be found here.
Issue: https://github.com/drizzle-team/drizzle-orm/issues/3067
PR: https://github.com/drizzle-team/drizzle-orm/pull/4250...Monorepo drizzle-zod types problem

error when running kit's introspect or studio
Getting typescript error when using where clause inside with in query API.
ts: Object literal may only specify known properties, and 'where' does not exist in type
ts: Object literal may only specify known properties, and 'where' does not exist in type
TS2345: PgTableWithColumns<…> from buildable shared-lib not assignable to PgTable<TableConfig>
Drizzle-Zod

Type error when using `drizzle-zod` with sqlite table schema
const a = createSelectSchema(schema.deckInfo)
const a = createSelectSchema(schema.deckInfo)
Correct setting for PostgreSQL timestamp storing UTC value
..defaultNow()
method going to return localised now or UTC?
https://orm.drizzle.team/docs/guides/timestamp-default-value#postgresql...Incredibly cryptic error when running DB transaction
Generics wrappers
Monorepo sharing schema problem

Could not dynamically require "@libsql/win32-x64-msvc"
Types across processes without db definitions in shared code (Electron)
Using one drizzle connection per request (Cloudflare + postgres)
Error: Cannot perform I/O on behalf of a different request. I/O objects (such as streams, request/response bodies, and others) created in the context of one request handler cannot be accessed from a different request's handler. This is a limitation of Cloudflare Workers which allows us to improve overall performance.
Error: Cannot perform I/O on behalf of a different request. I/O objects (such as streams, request/response bodies, and others) created in the context of one request handler cannot be accessed from a different request's handler. This is a limitation of Cloudflare Workers which allows us to improve overall performance.
why doesn't `onConflictDoUpdate` allow strings as targets?
`findFirst` returns `Record<Key, undefined>` instead of `undefined` for empty result sets
undefined
, as the docs state. However, the return value is an object with all columns/props set to undefined.
I use sqlocal as a SQLite driver. Is this something the driver could be responsible for? Any guidance on where to start looking?...How to use JSON_TABLE with drizzle?
JSON_TABLE
that was added to Postgres 17, but I can't figure out who to make drizzle work with it.How to do a leftJoin on a pgArray of uuid?
Is there a way to make Drizzle work with Tauri?