create-drizzle-project

0.1.1 • Public • Published

Drizzle init-project

CI npm version

Initialize a project with drizzle-orm.

npm init drizzle-project@latest

Usage

Usage: create-drizzle-project [options]

Initialize drizzle-orm in a project

Options:
  -V, --version               output the version number
  -d, --driver <string>       Database driver to use (mysql, postgres, sqlite)
  -p, --dbProvider <string>   Database provider to use
  -c, --configType <string>   Drizzle config file type (typescript, javascript)
  -m, --migrateFile <string>  Migration file path
  -o, --outDir <string>       Output directory (default: "./drizzle")
  -b, --databaseDir <string>  Directory for the database and schema files
  -i, --install               Whether if install the dependencies
  --no-install                No install dependencies
  -h, --help                  display help for command

Package Sidebar

Install

npm i create-drizzle-project

Weekly Downloads

122

Version

0.1.1

License

MIT

Unpacked Size

1.02 MB

Total Files

45

Last publish

Collaborators

  • neociber94