An open API service indexing awesome lists of open source software.

https://github.com/nomisrev/ktor-native-server

Example of Ktor server for Linux & MacOs using SqlDelight with Postgres and Arrow
https://github.com/nomisrev/ktor-native-server

arrow-kt kotlin kotlin-multiplatform kotlin-native ktor-server postgres sqldelight

Last synced: 26 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# MPP SuspendServer

Libraries used:
- [Ktor](https://ktor.io)
- [CashApp SqlDelight](https://github.com/cashapp/sqldelight)
- [Postgres Native SqlDelight](https://github.com/hfhbd/postgres-native-sqldelight)
- [Arrow](https://arrow-kt.io)
- [SuspendApp](https://github.com/arrow-kt/suspendapp)
- [Kotest](https://kotest.io)

# MacOs

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

```text
brew install libpq
```

# Linux

```text
apt-get install libpq-dev
```