feat: add raw SQL execution helpers (execute, executeWith, query_, queryWith)
Build and Test / build-and-test (push) Successful in 4m46s

This commit is contained in:
2026-05-30 07:51:31 -04:00
parent dfc231604b
commit b6622c0a01
8 changed files with 158 additions and 21 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ autoMigrationTests = do
pure ()
closeConnection db
it "is idempotent running twice does not error" $ do
it "is idempotent -- running twice does not error" $ do
db <- openConnection ":memory:"
withConnection db $ do
autoMigrateSchema defaultOptions [schemaTable personTable []]