From 3706232eafb0d53fea894904420a54a2f4906b1b Mon Sep 17 00:00:00 2001 From: Diogo Castro Date: Mon, 15 Jun 2026 23:52:24 +0100 Subject: [PATCH] Add `sqlite-simple-effectful` --- content/ecosystem/data-storage.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/ecosystem/data-storage.md b/content/ecosystem/data-storage.md index fb255a5..333eaed 100644 --- a/content/ecosystem/data-storage.md +++ b/content/ecosystem/data-storage.md @@ -68,3 +68,13 @@ title = "Data Storage"
Provides an Valiant effect for the effectful effect system, enabling compile-time checked SQL queries as an effect with pool-based handlers.
+ +
+
+ dcastro/sqlite-simple-effectful + + Hackage + +
+
Adaptation of the sqlite-simple library for the effectful ecosystem.
+