RowIdExtension extension

Extension to use the rowid of a table in Dart queries.

on

Properties

rowId Expression<int>
In sqlite, each table that isn't virtual and hasn't been created with the WITHOUT ROWID modified has a row id. When the table has a single primary key column which is an integer, that column is an alias to the row id in sqlite3.
no setter