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
Post a Comment