0.1.3 • Published 1 year ago

kysely-cli v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Kysely CLI Tool

Kysely CLI is a tool used to generate and execute migrations for Kysely.

Usage

Usage: kysely-cli [options] [command]

Options:
  -h, --help        display help for command

Commands:
  migrate            Commands for database migrations
  help [command]     display help for command

Migrate Commands

The migrate command is used for database migrations. You can use the following sub-commands:

Usage: kysely-cli migrate [command]
Commands:
  up                 Applies every up migration on the database.
  down               Applies every down migration on the database.
  reset              Resets the database by applying all down migrations and then all up migrations.
  new <migration_name> Creates a new migration file.
  help [command]     display help for command

Global options:

--databaseUrl some-db-connection-string    If not specified, it defaults to the environment variable `DATABASE_URL` 
0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago