Hi, I have little side project I’d like to try in Datomic Cloud / Ions.
I’m struggling to come up with an approach I like re: testing though. I don’t want to unit test in the Cloud, I need to be able to develop without an Internet connection. In general, I just want concentrate on the main idea first locally before pushing to the cloud
I’d use the in-memory db, but it doesn’t support the async client apis? I guess I could shim like https://github.com/ComputeSoftware/datomic-client-memdb for the async api.
Any suggestions? Am I missing something obvious?
Thanks