database: git repository (local or remotely) scheme: git branch table: directory added on git repository field struct: json (document) - will be persisted in a file and indexed in lucene Running ChronDB can be run using the Clojure CLI with various options to customize its behavior. Basic ...
Query: A query is written usingEQL, a query language implemented inside Clojure. It provides the ability to select data in a nested, recursive way, making it ideal for traversing graphs of data. It does not provide arbitrary logic like SQL or Datalog. ...