knex-ts
v0.0.4
Published
Knex for typescript
Downloads
6
Readme
knex-ts
Knex for TypeScript, creates stubs and uses ts-node for running migrations. Additionally two environment variables are supported to remove the need for a Knexfile (which this can still be specified as usual).
DATABASE_URL=pg://user:pass@host/database
DATABASE_DIR=/my/root/to/migration-and-seed-files