Current section
Files
Jump to
Current section
Files
factos_pog
gleam.toml
gleam.toml
name = "factos_pog"
version = "1.0.0"
description = "PostgreSQL backend for Factos context-first Event Sourcing using pog."
licences = ["MIT"]
links = [
{ title = "Factos", href = "https://factos.hexdocs.pm" },
{ title = "Simply Event Sourcing", href = "https://ricofritzsche.me/simply-event-sourcing/" },
]
[dependencies]
factos = ">= 1.0.0 and < 2.0.0"
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
pog = ">= 4.1.0 and < 5.0.0"
gleam_time = ">= 1.0.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
gleam_erlang = ">= 1.0.0 and < 2.0.0"
global_value = ">= 1.0.0 and < 2.0.0"