Add SqlType and FieldDefinition modules

This commit is contained in:
2026-05-29 23:09:41 -04:00
parent 73864d938f
commit 7b911c0c73
3 changed files with 185 additions and 0 deletions
+2
View File
@@ -15,8 +15,10 @@ build-type: Simple
library
exposed-modules:
Orville.SQLite.FieldDefinition
Orville.SQLite.Monad
Orville.SQLite.RawSql
Orville.SQLite.SqlType
hs-source-dirs: src
build-depends:
base >=4.17 && <5