Run an app-owned database lifecycle script.
Beignet owns the command surface; the app owns the actual Drizzle script. This keeps beignet db ... stable while leaving migrations, schema paths, database URLs, and destructive reset behavior explicit in app code.
beignet db ...
Run an app-owned database lifecycle script.
Beignet owns the command surface; the app owns the actual Drizzle script. This keeps
beignet db ...stable while leaving migrations, schema paths, database URLs, and destructive reset behavior explicit in app code.