luna-orm-trait 0.1.0

ORM based on sqlx
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.async-trait]
version = "0.1.74"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.sqlx]
features = ["runtime-tokio", "sqlite", "mysql", "macros", "any"]
version = "0.7.2"

[package]
description = "ORM based on sqlx"
edition = "2021"
homepage = "https://github.com/thegenius/FastORM"
license-file = "LICENSE"
name = "luna-orm-trait"
version = "0.1.0"