Skip to content

Row type safety

Compare
Choose a tag to compare
@g105b g105b released this 21 Aug 19:42
· 55 commits to master since this release
c068767

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!