readme.md
May 15, 2026 ยท View on GitHub
Dinoco
A modern Rust ecosystem for schema modeling, migrations, and database operations.
This repository brings together the project's core crates, the CLI, the documentation, and the VS Code extension. Dinoco is focused on delivering a smooth, safe, and modern ORM experience for the Rust ecosystem.
๐ Support the Project
Dinoco is and will always be open source, but ongoing development takes time, coffee, and a lot of dedication.
Be part of this journey, help accelerate the development of the best ORM for Rust.
๐ Features
- Type-safe: Queries validated at compile time.
- DinocoClient: Built-in tools for automatic generation.
- Migrations: Practical version control for your database schema.
- Performance: Built in Rust to be fast and memory-efficient.
๐ฆ Installation
Add Dinoco to your Cargo.toml dependencies:
[dependencies]
dinoco = "0.0.6"
๐ License
This project is licensed under the Apache License 2.0.
See LICENSE for details.