Libraries used:
You have to install the Postgres C API, https://www.postgresql.org/docs/14/libpq.html
brew install libpq
apt-get install libpq-dev
Example of Ktor server for Linux & MacOs using SqlDelight with Postgres and Arrow
KotlinApache-2.0
Libraries used:
You have to install the Postgres C API, https://www.postgresql.org/docs/14/libpq.html
brew install libpq
apt-get install libpq-dev