2.0.9 • Published 11 months ago

@nextastic/db v2.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@nextastic/db

Database utils to create migrations, generate types, and run database commands

Usage

Commands

npx db <command>

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.

DB Client

The database client is a type-safe query builder that references your database schema.

2.0.9

11 months ago

2.0.8

11 months ago

2.0.7

11 months ago

2.0.6

11 months ago

2.0.5

11 months ago

2.0.4

11 months ago

2.0.3

11 months ago

2.0.2

11 months ago

2.0.1

11 months ago

2.0.0

11 months ago

1.2.2

11 months ago

1.2.1

11 months ago

1.2.0

11 months ago

1.1.0

11 months ago

1.0.0

11 months ago

0.0.2

11 months ago