Packages
SQLite driver for common_sql, powered by sqlight
Current section
Files
Jump to
Current section
Files
common_sql_sqlite
gleam.toml
gleam.toml
name = "common_sql_sqlite"
version = "1.0.2"
description = "SQLite driver for common_sql, powered by sqlight"
licences = ["MIT"]
repository = { type = "github", user = "AlexIII", repo = "gleam_common_sql_sqlite" }
[dependencies]
gleam_stdlib = ">= 0.71.0 and < 2.0.0"
gleam_regexp = ">= 1.1.0 and < 2.0.0"
common_sql = ">= 1.0.2 and < 2.0.0"
sqlight = ">= 1.0.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"