Add custom database mapping hooks

This commit is contained in:
jdb
2026-09-02 12:21:23 -05:00
parent 170359d840
commit 06b568e071
6 changed files with 197 additions and 43 deletions
+1
View File
@@ -19,6 +19,7 @@ requires "namespaced_logging >= 2.0.2"
task unittest, "Runs the unit test suite.":
exec "nim c -r --path:src tests/test_datetime"
exec "nim c -r --path:src tests/test_distinct"
exec "nim c -r --path:src tests/test_custom_mapping"
task integrationtest, "Runs the PostgreSQL integration test suite.":
exec "nim c -r --path:src tests/test_datetime_postgres"