There’s a new Exposed website! :exposed: Take a l...
# announcements
a
There’s a new Exposed website! exposed Take a look at the sleek new portal to the Exposed SQL library for Kotlin: • 🔎 Explore and compare Kotlin DSL and SQL examples using the nifty Kotlin/SQL slider. • 📄 Access documentation and support channels. • 🤝 Connect with the community. Check it out: https://www.jetbrains.com/exposed/
🎉 17
🦑 4
exposed 2
K 53
l
Is this Java only, or can I use this as a multiplatform SQL API?
My programing language interpreter implemented as a multiplatform kotlin module can only do SQL with the JVM backend because there is not generic SQL API, and I don't want to write integrations with all the platform-specific API's myself.
c
Hi @loke Exposed is built on top of Java database connectivity (JDBC) API and requires such a driver for database access, so multiplatform support isn't currently available. At the moment, the major feature being worked on is refactoring the codebase to support reactive drivers (R2DBC). Once that is implemented in the stable release, much of the refactoring involved will bring Exposed even closer to working with multiplatform and the feature can be properly addressed.
Please consider tracking this ticket EXPOSED-767 for multiplatform support.
l
Thanks a lot. I will follow this.
👍 1
👍🏾 1