A
A
Artem Markovich2021-11-28 11:06:34
PostgreSQL
Artem Markovich, 2021-11-28 11:06:34

How to work with Postgresql database in Kotlin/Native?

Are there any tools to work with Postgresql database from Kotlin/Native?
If we want to write a microservice that will directly interact with the database, without a JVM dependency! Is this possible, are there any tools/guides?
The motivation is simple, I want to get a compact code with a minimum of dependencies, ideally one binary per microservice like in Golang.
PS The creators of Kotlin claim that it is intended not only for Android, it will be based on this ...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
Jacen11, 2021-11-28
@Jacen11

https://github.com/JetBrains/Exposed
have a look. It seems that this one they have for the database

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question