JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q46772F
  • License ISC

Manage database easier than ever

Package Exports

  • alterjs

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (alterjs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

AlterJs

Manage your databases easier than ever

Install

npm install -g alter

Use

Init

First, init your alter projet:

alter init

This will create:

  • db folder to store differents sql version
  • alterResolver to exports database credentials. Add it to your .gitignore file !
  • alter.json to save differents alter configurations
  • The first version of sql statements

alter.json

  • db_folder: The path of the folder which contain sql versions
  • resolver: The path of the credentials resolver script
  • system: The sgbd identifier. Only postgres for the moment

.alterignore

Like .gitignore, but for alterJs

Contributor

  • Christophe Sonneville