Skip to content

gatewayapps/drift

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 2

  •  
  •