Fork me on GitHub
#untangled
<
2016-03-20
>
tony.kay16:03:38

@vmarcinko: Thanks. It is the effort of my entire team, and we are hoping that others will find it as useful as we are finding it.

polymeris22:03:17

This is pretty neat, thanks. Has anyone tried porting the server to postgres or any other DBs?

ethangracer22:03:55

@polymeris: not yet. our team is only using datomic, which is why we are providing the helpers in untangled-datomic. But untangled-server as it is currently written has no expectation that you use datomic -- we just use it in the example code because it's what we're most familiar with

polymeris22:03:40

Oh... I saw datomic in the server's dependencies, but now I notice it's only used for testing, apparently?

ethangracer22:03:48

That sounds right, I'd have to double check. If it's being pulled in for development that's a bug