mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-03 10:35:04 +00:00
7df6f4c851
* 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
|