shield-sqlx 0.0.3

SQLx storage for Shield.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "shield-sqlx"
description = "SQLx storage for Shield."

authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
version.workspace = true

[dependencies]
shield = { path = "../../core/shield", version = "0.0.3" }