Add TableDefinition, AutoMigration, and Execution modules

This commit is contained in:
2026-05-29 23:17:48 -04:00
parent 92498b9c0d
commit 694448888f
4 changed files with 451 additions and 0 deletions
+3
View File
@@ -15,11 +15,14 @@ build-type: Simple
library
exposed-modules:
Orville.SQLite.AutoMigration
Orville.SQLite.Execution
Orville.SQLite.FieldDefinition
Orville.SQLite.Monad
Orville.SQLite.RawSql
Orville.SQLite.SqlMarshaller
Orville.SQLite.SqlType
Orville.SQLite.TableDefinition
hs-source-dirs: src
build-depends:
base >=4.17 && <5