Current section
Files
Jump to
Current section
Files
gleam.toml
name = "shork"
version = "1.3.0"
description = "A MySQL / MariaDB database client for Gleam, based on MySQL-OTP. Heavily inspired by POG."
licences = ["LGPL-3.0"]
repository = { type = "github", user = "ninanomenon", repo = "shork" }
[dependencies]
gleam_erlang = ">= 1.0.0 and < 2.0.0"
gleam_stdlib = ">= 0.60.0 and < 1.0.0"
mysql = ">= 1.9.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"