New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@gatewayapps/drift

Package Overview
Dependencies
Maintainers
3
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gatewayapps/drift

Tooling for creating and migrating relational databases

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
3
Created
Source

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

FAQs

Package last updated on 04 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts