ufoss-org / kotysa

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

Add support for binary data types #75

Closed boojongmin closed 2 years ago

boojongmin commented 2 years ago

I was searching for working with binary type.

org.ufoss.kotysa.SqlType haven't binary type.

How I use binary type?

thank you.

pull-vert commented 2 years ago

Binary types are not yet supported, currently supported types are here

I plan to fix this issue in my roadmap