How to retrieve all datomic created uris / database names? -


where datomic store uri's / database names ?

i.e. peer.connect() looking ?

in meantime i'm trying debug "web console" see how database drop down populated.

datomic doesn't store uri's anywhere, stores database names within storage. uri address describes both storage location , database within it. can find databases available within storage location using getdatabasenames java or get-database-names in clojure. connect attempting connect storage location @ uri , transactor connected same database.


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -