summer-sqlx-migration-plugin 0.4.1

A plugin to run SQLx migrations automatically within the SummerRs framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "summer-sqlx-migration-plugin"
description = "A plugin to run SQLx migrations automatically within the SummerRs framework"
version = "0.4.1"
edition = "2021"
license = "MIT"
keywords = ["plugin", "summer-rs", "web", "axum", "sqlx"]
categories = ["web-programming"]
repository = "https://github.com/Phosphorus-M/summer-sqlx-migration-plugin"
authors = ["Phosphorus-M"]
homepage = "https://rustlang-es.org"

[dependencies]
summer = { version = "0.5.1" }
serde = { version = "1", features = ["derive"] }
summer-sqlx = { version = "0.5.0", features = ["postgres"] }
sqlx = { version = "0.8" }