ufoss-org / kotysa

The idiomatic way to write type-safe SQL in Kotlin
The Unlicense
117 stars 1 forks source link

Support ByteBuffer for binary columns #135

Open pull-vert opened 1 year ago

pull-vert commented 1 year ago

For now Kotysa only supports ByeArray, it seems to me that Google Spanner only supports ByteBuffer.

And it's useful for NIO :slightly_smiling_face: