mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-05-08 15:59:28 +00:00
* Add postgres basic support * test_driver_postgres.nim: adding simple test to validate asynchronous-ness * Aligning the changes made by Andrea to the current master state * test_driver_postgres.nim: new unit test (checking duplicate insertion) --------- Co-authored-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
9 lines
158 B
Nim
9 lines
158 B
Nim
when (NimMajor, NimMinor) < (1, 4):
|
|
{.push raises: [Defect].}
|
|
else:
|
|
{.push raises: [].}
|
|
|
|
import ./postgres_driver/postgres_driver
|
|
|
|
export postgres_driver
|