@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
kenkyee
03/20/2017, 1:13 PM
edvin: have a look at requery. That's exactly why I like it ☺️
e
edvin
03/20/2017, 1:41 PM
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.