Skip to content

sombriks/simple-sample-express-knex-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple sample node knex

hello world with migrations

npm install
npm run dev

migrations mini-how-to

  • New migration:
npx knex migrate:make another_migration
  • Running all up
npx knex migrate:latest
  • Running all down
npx knex migrate:rollback

See knexfile.js for database details

About

simple-sample-express-knex-node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published