Discussion:
Can the console be used against either an in-memory or dev database?
zuriar
2015-08-09 09:19:02 UTC
Permalink
Hi

can the console app be used against an in-memory or dev datomic instance?

thanks
Hugh
--
You received this message because you are subscribed to the Google Groups "Datomic" group.
To unsubscribe from this group and stop receiving emails from it, send an email to datomic+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Stuart Sierra
2015-08-09 13:25:45 UTC
Permalink
Hi Hugh,

The Console can be used with a "dev" Datomic database — just start the
Console with the same "datomic:dev://..." storage URI that the Transactor
prints on startup, omitting the <DB-name> placeholder.

The Console cannot connect to an in-memory Datomic database.

–S
Post by zuriar
Hi
can the console app be used against an in-memory or dev datomic instance?
thanks
Hugh
--
You received this message because you are subscribed to the Google Groups "Datomic" group.
To unsubscribe from this group and stop receiving emails from it, send an email to datomic+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
zuriar
2015-08-10 15:41:22 UTC
Permalink
Many thanks for your help, Stuart. Sorry if I am asking some pretty basic
questions here..

Hugh
Post by Stuart Sierra
Hi Hugh,
The Console can be used with a "dev" Datomic database — just start the
Console with the same "datomic:dev://..." storage URI that the Transactor
prints on startup, omitting the <DB-name> placeholder.
The Console cannot connect to an in-memory Datomic database.
–S
Post by zuriar
Hi
can the console app be used against an in-memory or dev datomic instance?
thanks
Hugh
--
You received this message because you are subscribed to the Google Groups "Datomic" group.
To unsubscribe from this group and stop receiving emails from it, send an email to datomic+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...