# SeaORM

SeaORM (from SeaQL) is an ORM for Rust.

## Installation

 When Installing SeaORM, you need to define what Runtime to use and what database driver to use.

TODO

### Install the CLI tool

TODO

## Initialize migration

To add migration, TODO: create initial migration, setup Cargo.toml

## Write migrations

TODO

## Execute migrations

TODO

## Use SeaORM

TODO