Working on a PostgreSQL client library which uses ...
# library-development
b
Working on a PostgreSQL client library which uses corotuines for full async communication. https://github.com/bnorm/PgKotlin I'm currently using Okio for byte packet parsing but am considering kotlinx.io to get multiplatform support. Anybody worked with it before?
g
This library is under active development and will be changed, current implementation is something like proof of concept or draft
b
That's what it looked like. Guess I'll have to do my own expect/actual to get multiplatform support started.
g
As I know Okio team also work on multiplatform implementation for Kotlin