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
+3
View File
@@ -19,7 +19,9 @@ library
Orville.SQLite.AutoMigration
Orville.SQLite.Execution
Orville.SQLite.FieldDefinition
Orville.SQLite.Internal
Orville.SQLite.Monad
Orville.SQLite.Raw
Orville.SQLite.RawSql
Orville.SQLite.SqlMarshaller
Orville.SQLite.SqlType
@@ -42,6 +44,7 @@ test-suite spec
Test.AutoMigration
Test.EntityOperations
Test.FieldDefinition
Test.Raw
Test.SqlMarshaller
hs-source-dirs: test
build-depends: