https://github.com/google/cayley
Raw File
Tip revision: 767b3d9d4372ee6697402c35e514c37d0f4110db authored by CatUnderCar on 11 January 2023, 10:29:21 UTC
fix: Repl with `gizmo` close iterator interrupted
Tip revision: 767b3d9
cayley_example.yml
store:
  # backend to use
  backend: bolt
  # address or path for the database
  address: "./cayley.db"
  # open database in read-only mode
  read_only: false
  # backend-specific options
  options:
    nosync: false
query:
  timeout: 30s
load:
  ignore_duplicates: false
  ignore_missing: false
  batch: 10000
back to top