Add custom database mapping hooks
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user