nwaku/waku/common/databases
Ivan Folgueira Bande a27d005ffc
fix(archive): dburl check (#2071)
* dburl.nim: simpler regex that can support db_urls with . and - in hostname
* dbrul.nim: accepting any non-empty sequence for user and password
* dburl.nim: skipping validation for 'sqlite' db paths
2023-09-26 13:59:54 +02:00
..
db_postgres Adding healtcheck and reconnection mechanism to the postgres archive driver (#1997) 2023-09-06 19:16:37 +02:00
common.nim refactor(databases): Creation of the databases folder to keep the logic for sqlite and postgres (#1811) 2023-06-22 11:27:40 +02:00
db_postgres.nim refactor(databases): Creation of the databases folder to keep the logic for sqlite and postgres (#1811) 2023-06-22 11:27:40 +02:00
db_sqlite.nim refactor(archive): Moving waku archive logic from app.nim to the archive module (#1817) 2023-06-27 13:24:31 +02:00
dburl.nim fix(archive): dburl check (#2071) 2023-09-26 13:59:54 +02:00