dinoco 0.0.1

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 and Get Exclusive Access

Dinoco is and will always be open source, but ongoing development takes time, coffee, and a lot of dedication.

To push the Rust ecosystem even further, we are building the Official Dinoco Infrastructure — a complete ecosystem to power your applications.

🎁 Special Reward: As a thank you, everyone who supports the project with any amount will join the Early Adopters group and receive guaranteed access to our infrastructure as soon as it is ready.

Be part of this journey, help accelerate the development of the best ORM for Rust, and secure your spot:

🚀 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.1"

📄 License

This project is licensed under the Apache License 2.0.

See LICENSE for details.