microorm
microorm copied to clipboard
FYI, Kotlin Anko already does this
I just came across this library from a StackOverflow link. Didn't get a chance to use it as I just found out there's an official library that does exactly the same thing, but I do wanna say my thanks anyway to this library author! :)
For those who don't already know that Kotlin's Anko library does what this library does: https://github.com/Kotlin/anko/wiki/Anko-SQLite
It's an official library from Kotlin team, so it's always preferred :)
Have a great day!