Database utils to create migrations and types.
npm install @nextastic/dbDatabase utils to create migrations, generate types, and run database commands
npx db
#### make:migration
Creates a migration file.
#### migrate
Runs migration files
#### make:types
Generates database schema types.
#### drop
Drops the database and deletes all records permanently.
The database client is a type-safe query builder that references your database schema.