tikal 0.1.4

A Rust ORM library for building database-driven applications
Documentation
<h1 align="center"> Tikal</h1> 

<div align="center">
  <img src="https://img.shields.io/badge/Rust-000000?style=for-the-badge&logo=rust&logoColor=white" alt="Rust"/>
  <img src="https://img.shields.io/badge/SQLx-2D3748?style=for-the-badge&logo=postgresql&logoColor=white" alt="SQLx"/>
  <img src="https://img.shields.io/badge/Async--Trait-000000?style=for-the-badge&logo=rust&logoColor=white" alt="Async Trait"/>
  <a href="https://deepwiki.com/Hector3269/Tikal">
    <img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki">
  </a>
  <br>
  <a href="https://crates.io/crates/tikal">
    <img src="https://img.shields.io/crates/v/tikal?style=for-the-badge" alt="Crates.io version"/>
  </a>
  <img src="https://img.shields.io/badge/Status-Work%20in%20Progress-orange?style=for-the-badge" alt="Work in Progress"/>
</div>

<p align="center">
  <strong>
    A personal experiment to create an ORM in Rust inspired by Laravel, with Python integration,
    focused on learning, testing ideas and gradually building a solid foundation for my own project,
    without commercial aspirations and with a lot of technical curiosity.
  </strong>
</p>


[![Docs.rs](https://img.shields.io/docsrs/tikal)](https://docs.rs/tikal)
[![Downloads](https://img.shields.io/crates/d/tikal)](https://crates.io/crates/tikal)
[![License](https://img.shields.io/crates/l/tikal)](https://crates.io/crates/tikal)


## Technologies Use


| Technology | Purpose |
|------------|---------|
| ![Rust]https://img.shields.io/badge/Rust-000000?style=flat&logo=rust&logoColor=white | Primary programming language with async/await support |
| ![SQLx]https://img.shields.io/badge/SQLx-2D3748?style=flat&logo=postgresql&logoColor=white | Async SQL toolkit for compile-time verified queries |
| ![Async Trait]https://img.shields.io/badge/Async--Trait-000000?style=flat&logo=rust&logoColor=white | Ergonomic async traits in Rust 
|![Tokio]https://img.shields.io/badge/Tokio-000000?style=flat&logo=rust&logoColor=white | Async runtime for Rust |
| ![Serde]https://img.shields.io/badge/Serde-000000?style=flat&logo=rust&logoColor=white | Serialization framework for Rust |
| ![MySQL]https://img.shields.io/badge/MySQL-4479A1?style=flat&logo=mysql&logoColor=white | MySQL database driver |
| ![PostgreSQL]https://img.shields.io/badge/PostgreSQL-316192?style=flat&logo=postgresql&logoColor=white | PostgreSQL database driver |
| ![SQLite]https://img.shields.io/badge/SQLite-003B57?style=flat&logo=sqlite&logoColor=white | SQLite database driver |


## 🤝 Contributing


We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details.

<p align="center">
  Made with ❤️ in Rust
</p>