readme.md

May 15, 2026 ยท View on GitHub

Dinoco logo Dinoco logo

Dinoco

A modern Rust ecosystem for schema modeling, migrations, and database operations.

Crates.io Docs License


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.

Buy Me A Coffee

๐Ÿš€ 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.