Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.1 KB

Readme.md

File metadata and controls

32 lines (24 loc) · 1.1 KB

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