Packages

🎂Cake 🦭MariaDB and 🐬MySQL adapters which pass PreparedStatements to the gmysql library for execution written in Gleam.

Current section

Files

Jump to
cake_gmysql gleam.toml
Raw

gleam.toml

name = "cake_gmysql"
version = "1.0.1"
description = "🎂Cake 🦭MariaDB and 🐬MySQL adapters which which pass PreparedStatements to the gmysql library for execution written in Gleam."
licences = ["MPL-2.0"]
repository = { type = "github", user = "inoas", repo = "gleam-cake-gmysql" }
# links = [{ title = "Website", href = "https://gleam.run" }]
gleam = ">= 1.4.0 and < 2.0.0"
[documentation]
pages = [
{ title = "CHANGELOG", path = "changelog.html", source = "CHANGELOG.md" },
]
[dependencies]
cake = ">= 2.0.0 and < 3.0.0"
gleam_stdlib = ">= 0.40.0 and < 2.0.0"
gmysql = ">= 1.4.0 and < 2.0.0"