Row type safety
The Row
object is the most basic object your application will deal with when working with the database. A collection of getter functions has been added to Row
in this release, which allow working with type-safe data from the database, without introducing any backwards breaking changes.
The functions are simple, but powerful:
getInt
getString
getFloat
getBool
getDateTime
They are pretty self-explanatory and available right away.
Have fun and stay productive!