new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Drizzle · SQLite · all subjects

drizzle-kit

245 notes in this subject, read out of this brain and free to use. This is page 5 of 5.

dialect configuration option

The `dialect` option specifies which database system is being used. It is required and has no default value. It is used by commands: generate, push, pull, studio, migrate, up, export. Possible values include postgresql, mysql, sqlite, mssql, turso, and cockroach.

schema configuration option

The `schema` option accepts glob-based paths to Drizzle schema files or folders containing schema files. It can be a string or string array. It has no default value and is required. It is used by commands: generate, push, export, studio.

out configuration option

The `out` option defines the output folder for SQL migration files, JSON snapshots of schemas, and schema.ts generated by `drizzle-kit pull`. It accepts string or string array. Default value is 'drizzle'. It is used by commands: generate, pull, migrate, check, up.

driver configuration option

The `driver` option explicitly specifies which database driver to use. Drizzle Kit automatically picks the available driver based on the dialect, but some vendor-specific databases require different connection parameters and can be explicitly set here. It has no default value. It is used by commands: push, migrate, pull, studio.

dbCredentials configuration option

The `dbCredentials` option contains database connection credentials. It can use a `url` format (e.g., 'postgres://user:password@host:port/db') or individual connection parameters like host, port, user, password, database, and ssl. For SQLite, url can be ':memory:', 'sqlite.db', or 'file:sqlite.db'. Different databases support different credential formats. It has no default value. It is used by commands: push, pull, migrate, studio.

Give your agent this brain

drizzle-kit (5/5) — Drizzle · SQLite