We're rewriting this as a Rust only ORM. Supports for Node.js and Python are removed.
Teo is a modern ORM for Rust.
- High performance
- Supports MySQL, PostgreSQL, SQLite and MongoDB
- Easy to use query APIs
- Incremental database migration
- Fully asynchronous
The fastest way to get started with Teo is by following the Quickstart guide.
Add this to your Cargo.toml.
teo = { version = "0.4", features = ["postgres"] }We prepared a Beginner tutorial series to help you learn and understand Teo.
Welcome to submit issues in this repo.
Read our Contributing guide to set projects up and start contributing.
TEO is under MIT license.