does anyone know if there is a python implementation/API/Library or anything for Datomic. Or any way to interact with a Datomic Database from Python ?
I've tried looking on the official Datomic Docs but nothing is explained. I would prefer to avoid Presto.
From their documentation, I've seen that they only have support for JVM languages. Non-JVM languages should use the HTTP Rest API, however it is deprecated according to their own docs
There're also some libraries referenced in the docs for JS, Python, etc. but none of them seems to be maintained anymore.