-
Notifications
You must be signed in to change notification settings - Fork 6
Mapping names of functions
typeetfunc edited this page Mar 11, 2016
·
2 revisions
Name of function in CLJS | Name of function in JS |
---|---|
q | q |
entity | entity |
entity-db | entity_db |
datom | datom |
pull | pull |
pull-many | pull_many |
touch | touch |
empty-db | empty_db |
init-db | init_db |
datom? | datom_QMARK_ |
db? | db_QMARK_ |
is-filtered | is_filtered |
filter | filter |
with | with$ |
db-with | db_with |
datoms | datoms |
seek-datoms | seek_datoms |
index-range | index_range |
entid | entid |
conn? | conn_QMARK_ |
conn-from-db | conn_from_db |
conn-from-datoms | conn_from_datoms |
create-conn | create_conn |
transact! | transact_BANG_ |
reset-conn! | reset-conn_BANG_ |
listen! | listen_BANG_ |
unlisten! | unlisten_BANG_ |
tempid | tempid |
resolve-tempid | resolve_tempid |
db | db |
transact | transact |
transact-async | transact_async |
squuid | squuid |
squuid-time-millis | squuid_time_millis |