sea-orm/README.md
Chris Tsang e1504c6743 Readme
2021-05-09 22:40:38 +08:00

36 lines
814 B
Markdown

<div align="center">
<img src="docs/SeaQL logo dual.png" width="320"/>
<h1>SeaORM</h1>
<p>
<strong>An async ORM for Rust</strong>
</p>
<sub>Built with ❤️ by 🌊🦀🐠</sub>
</div>
# SeaORM - An async ORM for Rust
Inspired by ActiveRecord, Eloquent and TypeORM, SeaORM aims to provide you an intuitive and ergonomic
API to make working with databases in Rust a first-class experience.
## Features
1. Async
Relying on SQLx, SeaORM is a new library with async support from day 1.
2. Progressive
Built upon SeaQuery (a dynamic query builder), SeaORM allows you to build complex queries without 'fighting the ORM'.
3. Testable
Use mock connections to write unit tests for your logic.
4. API oriented
Quickly build search models that help you filter, sort and paginate data in APIs.