ktor-native-server

Example of Ktor server for Linux & MacOs using SqlDelight with Postgres and Arrow

APACHE-2.0 License

Stars
9

MPP SuspendServer

Libraries used:

MacOs

You have to install the Postgres C API, https://www.postgresql.org/docs/14/libpq.html

brew install libpq

Linux

apt-get install libpq-dev