Current section
Files
Jump to
Current section
Files
quasar_postgres
gleam.toml
gleam.toml
name = "quasar_postgres"
version = "0.1.0"
gleam = ">= 1.18.0"
target = "erlang"
description = "Cluster-coordinated PostgreSQL Store adapter for Quasar"
licences = ["Apache-2.0"]
repository = { type = "github", user = "otavioabreu27", repo = "quasar" }
[dependencies]
quasar_jobs = ">= 0.1.0 and < 0.2.0"
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
gleam_otp = ">= 1.3.0 and < 2.0.0"
pog = ">= 4.1.0 and < 5.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"