mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-17 02:11:30 +00:00
a44d4bfbcd
* Refactoring in sqlite and postgres. Creation of the databases folder.
7 lines
70 B
Nim
7 lines
70 B
Nim
|
|
import
|
|
stew/results
|
|
|
|
type
|
|
DatabaseResult*[T] = Result[T, string]
|