easy-sql 0.0.0

Wrapper around sqlx performing type checks at compile time
Documentation
1
2
3
4
5
6
7
8
9
[package]
name = "easy-sql"
description = "Wrapper around sqlx performing type checks at compile time"
authors = ["LimitLost (JQ) <jq@limitlost.com>"]
version = "0.0.0"
edition = "2024"
license = "Apache-2.0"

[dependencies]