Module mentat_db::debug
[−]
[src]
Structs
Datom |
Represents a datom (assertion) in the store. |
Datoms |
Represents a set of datoms (assertions) in the store. |
FulltextValues |
Represents the fulltext values in the store. |
TempIds | |
TestConn | |
Transactions |
Represents an ordered sequence of transactions in the store. |
Functions
datoms |
Return the set of datoms in the store, ordered by (e, a, v, tx), but not including any datoms of the form [... :db/txInstant ...]. |
datoms_after |
Return the set of datoms in the store with transaction ID strictly greater than the given |
dump_sql_query |
Execute the given |
fulltext_values |
Return the set of fulltext values in the store, ordered by rowid. |
tempids | |
to_entid |
Convert a numeric entid to an ident |
transactions_after |
Return the sequence of transactions in the store with transaction ID strictly greater than the
given |