Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 1.92 KB

File metadata and controls

67 lines (48 loc) · 1.92 KB

TEO



High performance ORM for Rust.

Quickstart   •   Official website   •   Docs   •   Blog   •   Discord

WIP

This project is currently WIP.

Introduction

High performance ergonomic ORM for Rust.

Highlights & Features

  • High performance
  • Supports MySQL, PostgreSQL, SQLite and MongoDB
  • Easy to use query APIs
  • Incremental database migration
  • Fully asynchronous

Getting started

The fastest way to get started with Teo is by following the Quickstart guide.

Installation

Add this to your Cargo.toml.

teo = { version = "0.4", features = ["postgres"] }

Tutorials

We prepared a Beginner tutorial series to help you learn and understand Teo.

Issues

Welcome to submit issues in this repo.

Contributing

Read our Contributing guide to set projects up and start contributing.

License

TEO is under MIT license.