2.0.9 • Published 8 months ago

@nextastic/db v2.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
8 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

8 months ago

2.0.8

8 months ago

2.0.7

8 months ago

2.0.6

8 months ago

2.0.5

8 months ago

2.0.4

8 months ago

2.0.3

8 months ago

2.0.2

8 months ago

2.0.1

8 months ago

2.0.0

8 months ago

1.2.2

8 months ago

1.2.1

8 months ago

1.2.0

8 months ago

1.1.0

8 months ago

1.0.0

8 months ago

0.0.2

8 months ago