mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-09 06:22:41 +00:00
b9d5d28af5
* chore: remove references to v2 * fix: lingering rln-relay import path
9 lines
152 B
Nim
9 lines
152 B
Nim
when (NimMajor, NimMinor) < (1, 4):
|
|
{.push raises: [Defect].}
|
|
else:
|
|
{.push raises: [].}
|
|
|
|
import ./sqlite_driver/sqlite_driver
|
|
|
|
export sqlite_driver
|