You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to communicate with a Datalevin DB from typed JVM languages such as Java, Scala or Kotlin?
I have a project that would greatly benefit from Datalevin, but the project is written in Kotlin.
Given that Clojure is also a JVM language, is there an API for Datalevin that could be called from Kotlin?
I presume #182 could provide an alternative approach for applications written outside of Clojure, but as far as I can tell it is not implemented yet.
The text was updated successfully, but these errors were encountered:
This Java API for Clojure provides a way to require Clojure namespaces, call Clojure functions, and read Clojure data structures. On top this, you are free to wrap Datalevin in kotlin or other JVM languages to provide an idiomatic wrapper in the language. This would be out of the scope of this project, but I would welcome such addition and will be happy to link to these.
The JSON API pathway is intended for non-JVM languages.
Is there any way to communicate with a Datalevin DB from typed JVM languages such as Java, Scala or Kotlin?
I have a project that would greatly benefit from Datalevin, but the project is written in Kotlin.
Given that Clojure is also a JVM language, is there an API for Datalevin that could be called from Kotlin?
I presume #182 could provide an alternative approach for applications written outside of Clojure, but as far as I can tell it is not implemented yet.
The text was updated successfully, but these errors were encountered: