dinoco 0.0.7

A modern Rust ORM for schema-driven queries, migrations, and database operations.
Documentation

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.