mirror of https://github.com/waku-org/nwaku.git
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
|