c5180656cc
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
1 line
No EOL
938 B
JavaScript
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."]]}); |