Expand description
Database connection and migration execution for CLI commands
This module provides database connectivity for running migrations and other database operations from the CLI.
Structs§
- Introspect
Result - Result of database introspection
- Migration
Result - Result of a migration run
- Push
Plan - Planned SQL changes for
drizzle push
Functions§
- apply_
push - Apply a previously planned push.
- plan_
push - Plan a push by introspecting the live database and diffing against the desired snapshot.
- run_
introspection - Introspect a database and write schema/snapshot files
- run_
migrations - Execute migrations against the database