mentat/docs/apis/rust/0.7.0/mentat_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
978 B
JavaScript

initSidebarItems({"constant":[["CORE_SCHEMA_VERSION",""],["TX0","The first transaction ID applied to the knowledge base."],["USER0","This is the start of the :db.part/user partition."]],"fn":[["repeat_values","Prepare an SQL `VALUES` block, like (?, ?, ?), (?, ?, ?)."],["to_namespaced_keyword",""],["transact","Transact the given `entities` against the given SQLite `conn`, using the given metadata. If you want this work to occur inside a SQLite transaction, establish one on the connection prior to calling this function."],["transact_terms","Just like `transact`, but accepts lower-level inputs to allow bypassing the parser interface."]],"macro":[["bail",""]],"mod":[["cache",""],["db",""],["debug",""],["entids",""],["errors",""],["internal_types","Types used only within the transactor. These should not be exposed outside of this crate."],["tx_observer",""],["types",""]],"struct":[["AttributeBuilder",""]],"trait":[["AttributeValidation",""],["TransactWatcher",""]]});