https://github.com/google/cayley
Raw File
Tip revision: 33c334bf4a98bbfd85f726affad751817c948999 authored by Brendan Ball on 09 December 2018, 17:40:19 UTC
Add sqlite backend
Tip revision: 33c334b
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