mentat/docs/apis/rust/0.7.0/mentat_db/db/sidebar-items.js
Emily Toop c5180656cc
Mentat documentation website using Jekyll (#754)
Steps to building docs locally:

    1. Install Jekyll
    2. cd docs
    3. bundle exec jekyll serve --incremental
    4. open local docs site at http://127.0.0.1:4000/


* basic Jekyll site

* Add docs to documentation site

* Update javadoc to allow for error free builds

* Remove docs for rust dependencies

* Better display examples, about and contributing documentation for Mentat

* Version docs
2018-06-25 11:20:36 +01:00

1 line
No EOL
938 B
JavaScript

initSidebarItems({"constant":[["CURRENT_VERSION","Version history:"]],"enum":[["SearchType",""]],"fn":[["create_current_version",""],["create_empty_current_version","Do just enough work that either `create_current_version` or sync can populate the DB."],["ensure_current_version",""],["new_connection",""],["read_db","Read the materialized views from the given SQL store and return a Mentat `DB` for querying and applying transactions."],["update_metadata","Update the metadata materialized views based on the given metadata report."],["update_partition_map","Update the current partition map materialized view."]],"trait":[["MentatStoring","`MentatStoring` will be the trait that encapsulates the storage layer. It is consumed by the transaction processing layer."],["PartitionMapping",""],["TypedSQLValue",""]],"type":[["ReducedEntity","Internal representation of an [e a v added] datom, ready to be transacted against the store."]]});