mauricio / postgresql-async

Async, Netty based, database drivers for PostgreSQL and MySQL written in Scala
Apache License 2.0
1.43k stars 222 forks source link

implement support for JSON type in mysql-async #238

Open Rogach opened 6 years ago

Rogach commented 6 years ago

This implements support for JSON type - simply by mapping it to stringDecoder.

oshai commented 5 years ago

@Rogach I added it in jasync fork: https://github.com/jasync-sql/jasync-sql/pull/84