This website requires JavaScript.
Explore
Help
Sign In
waku-org
/
nwaku
Watch
1
Star
0
Fork
0
You've already forked nwaku
mirror of
https://github.com/waku-org/nwaku.git
synced
2025-01-10 23:06:34 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
nwaku
/
waku
/
common
/
databases
/
common.nim
4 lines
65 B
Nim
Raw
Normal View
History
Unescape
Escape
Generic re-style with nph 0.5.1 (#2396)
2024-03-16 00:08:47 +01:00
import
stew
/
results
refactor(databases): Creation of the databases folder to keep the logic for sqlite and postgres (#1811) * Refactoring in sqlite and postgres. Creation of the databases folder.
2023-06-22 11:27:40 +02:00
Generic re-style with nph 0.5.1 (#2396)
2024-03-16 00:08:47 +01:00
type
DatabaseResult
*
[
T
]
=
Result
[
T
,
string
]
Reference in New Issue
Copy Permalink