<@U4KAD3PRU> I mostly use MyBatis because it let's...
# random
e
@dathoang.se I mostly use MyBatis because it let's me write SQL in a convenient way while letting me decide what queries I execute. I'm going to switch to KDBC for sure when it's complete. Being able to write type safe SQL-like queries with full control of mapping is something I've been wanting to do since I fell in love with Kotlin 🙂
k
edvin: have a look at requery. That's exactly why I like it ☺️
e
It looks nice, but I created KDBC to work the way I feel is most convenient for Kotlin, so I'm pretty sure I'll go with that.