Fork me on GitHub
#datomic
<
2017-05-15
>
joseph09:05:03

Hi, does anyone have an idea about how to create database with datomic client api, since client has to connect to peer server first which requires a database name to be started...

joseph09:05:47

or I have to create the database in other ways before using client api

anders12:05:30

@joseph (d/create-database "datomic:) will create the db if it doesn't already exist.

joseph13:05:12

so still use the peer api to create the database...

pesterhazy14:05:27

you can probably use the datomic shell (can't remember exactly what it's called)

pesterhazy14:05:50

i.e. a shell script that (I think) uses the peer library

jaret18:05:38

@souenzzo To open a feature request navigate to https://my.datomic.com/account and once you are logged in you should see the "suggest feature" option on the top right, next to log out.