sqlx-plus-builder 0.1.4

A simple CRUD library using sqlx
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "sqlx-plus-builder"
version = "0.1.4"
edition = "2021"
authors = ["jerrychir <jerrychir@gmail.com>"]
description = "A simple CRUD library using sqlx"
license = "MIT"

[dependencies]
anyhow.workspace = true
thiserror.workspace = true

[dev-dependencies]