Skip to content

Repository files navigation

@materya/quartz

NPM versionDependency StatusKnown VulnerabilitiescodecovLicense

A set of tools to manipulate a PosgreSQL Database for your projects, based on Slonik.

This is an alpha project, work is still in progress.

DO NOT USE IN PRODUCTION

Install

npm i -D @materya/quartz

Tools

Migrate

A simple migrations command manager

Usage

  • Run all migrations from last applied one

    npm run migrate -- up
    
  • Reverse all migrations

    npm run migrate -- down
    

Seed

A simple seeds command manager

Usage

  • Run all seeds from last applied one

    npm run seed -- up
    
  • Reverse all seeds

    npm run seed -- down
    

License

GPL-3.0

About

Set of tools to manage a PostgreSQL database for nodejs

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages

Generated from materya/template-repo