payload
payload copied to clipboard
fix(drizzle): expose db.drizzle.$client type
According to Drizzle 0.34.0 change
However, currently we do not expose this type
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: