| Crates.io | sqlx-repo |
| lib.rs | sqlx-repo |
| version | 0.1.2 |
| created_at | 2025-06-05 16:02:21.177377+00 |
| updated_at | 2025-11-14 13:23:47.156692+00 |
| description | repository pattern on top of sqlx |
| homepage | |
| repository | https://github.com/vidicas/sqlx-repo |
| max_upload_size | |
| id | 1701743 |
| size | 79,669 |
sqlx-repoThe sqlx_repo is built around Repository Pattern and provides a consistent interface to interact
with relational databases, abstracting away the differences between query syntaxes.
It supports:
The objective is to define a minimal, shared core of database operations that present and behave consistently and predictably across supported backends. Features which are only specific to a particular database are deliberately excluded from this core.
Licensed under either of:
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.