payload icon indicating copy to clipboard operation
payload copied to clipboard

fix(drizzle): expose db.drizzle.$client type

Open r1tsuu opened this issue 4 months ago • 1 comments

According to Drizzle 0.34.0 change
image However, currently we do not expose this type image Only with SQLite the adapter itself had it, but this PR includes it to the declaration statement.

We need this NodePostgres & { $client } because this is how Drizzle defines it too: image

r1tsuu avatar Oct 17 '24 20:10 r1tsuu