Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.15 KB

index.md

File metadata and controls

19 lines (14 loc) · 1.15 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 to provide support for publishing to multiple database providers.

The primary way to use Drift is via its command line interface (CLI). However, some actions can be performed with the NodeJS API.

Quick Start Guides

Usage Guides