cardano.db-sync
cardano.db-sync.enable
Whether to enable Cardano DB Sync provides a way to query local cardano node.
Cardano DB sync connects to a cardano node and saves blocks to a database. You need to either provide the db connection arguments:
or enable the default postgresql service with services.cardano-db-sync.postgres.enable
and possibly overwrite the services.postgresql
options for your need.
.
Type: boolean
Default:
false
Example:
true
Declared by: - https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/db-sync.nix
cardano.db-sync.postgres.enable
Whether to enable Run postgres and connect dbsync to it…
Type: boolean
Default:
true
Example:
true
Declared by: - https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/db-sync.nix