January 2018
Intermediate to advanced
336 pages
7h 56m
English
To delete an existing database, use the delete-database function of the datomic.api namespace. It takes as input the target database URI and returns true if the deletion succeeds as shown in the following example:
pedestal-play.server> (d/delete-database dburi)true
Read now
Unlock full access