Can't build app due to missing dependencies with Drizzle

Why does JSON configuration for drizzle-kit not require a dbCredentials?
dbCredentials
```
export default {
schema: "./schema.ts",...What's the correct type to use for an update function?
Studio with AWS Data API?
Deferrable foreign key constraints
pgTable
, and a way to issue SET CONSTRAINTS
within a transaction when querying in Drizzle? Thanks!
https://www.postgresql.org/docs/current/sql-set-constraints.html...Turso with Cloudflare Pages
@libsql/client/web
is there any way to do it ?
Thanks you.
https://docs.turso.tech/reference/client-access/javascript-typescript-sdk...In memory tests with libsql?
Help with types in Repository Pattern
what do we need to pass in --ssl to enforce SSL?
Transforming SELECT from case to camelCase via sql with execute
comments.created_at,
comments.created_at,
How drizzle handle nulls and undefineds ?
Error: UNDEFINED_VALUE: Undefined values are not allowed
query:...Relational queries result types are not working

defaultRandom() on uuid results in an error
id: uuid('id').unique().primaryKey().notNull().defaultRandom(),
id: uuid('id').unique().primaryKey().notNull().defaultRandom(),
Handling self referencing foreign keys
sqlite encode
sql
command, but I think that's only for doing default values
Like for this table:...Running local database with edge runtime on NextJS

help with a generic mysql2 connection
drizzle(connection, { mode: DB_MODE, schema })
however due to the sheer amount of options within the configuration im concerned im missing something crucial for the continued integration with planetscale with such a minimal config. granted the port, user, password, schema, etc are all in the uri, but is there anything else i should be considering?...Select as db column names instead of js property names