Commit Graph

9 Commits

Author SHA1 Message Date
jbrechtel e995844bc5 Add -Werror, fix unused import warnings
Build and Test / build-and-test (push) Successful in 4m51s
- Add -Werror to ghc-options for both library and test suite
- Remove unused Data.Maybe import from Internal.hs
- Remove unused Data.Int and Data.Text imports from test files
2026-05-30 09:57:14 -04:00
jbrechtel b6622c0a01 feat: add raw SQL execution helpers (execute, executeWith, query_, queryWith)
Build and Test / build-and-test (push) Successful in 4m46s
2026-05-30 07:51:31 -04:00
jbrechtel 42b45a1c20 Add comprehensive test suite: FieldDefinition, SqlMarshaller, EntityOperations, AutoMigration (53 tests) 2026-05-30 07:04:00 -04:00
jbrechtel c2cd26694b Add top-level re-exports module and passing acceptance tests 2026-05-29 23:23:15 -04:00
jbrechtel 694448888f Add TableDefinition, AutoMigration, and Execution modules 2026-05-29 23:17:48 -04:00
jbrechtel 92498b9c0d Add SqlMarshaller GADT with applicative combinators 2026-05-29 23:12:19 -04:00
jbrechtel 7b911c0c73 Add SqlType and FieldDefinition modules 2026-05-29 23:09:41 -04:00
jbrechtel 73864d938f Add OrvilleM monad and RawSql modules 2026-05-29 23:07:49 -04:00
jbrechtel 7a0777f497 Add project build configuration 2026-05-29 23:04:31 -04:00