@gatewayapps/drift
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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

/@gatewayapps/drift/

    Package Sidebar

    Install

    npm i @gatewayapps/drift

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    175 kB

    Total Files

    127

    Last publish

    Collaborators

    • johnmurphy01
    • justinneff
    • danielgary