1.0.0 • Published 5 years ago

@gatewayapps/drift v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Drift

Drift is a development tool for building and publishing relational databases. With Drift, you can define you data structure and logic, migrate your data structure as it changes over time, and publish changes to multiple database providers. Drift leverages Sequelize v5 to provide support for publishing to multiple database providers.

Table of Contents

Supported Databases

  • Microsoft SQL Server
  • Postgres
  • MySQL (Coming Soon!!!)
  • SQLite (Coming Soon!!!)

Installation

$ npm install --save-dev @gatewayapps/drift

# And one (or more) of the following
$ npm install --save tedious # Microsoft SQL Server
$ npm install --save pg pg-hstore # Postgres

Typescript

Type definitions for typescript are included with the package so not addition @types install is required.

Documentation