SQLite allows to generate strictly increasing sequence of `rowid` with `AUTOINCREMENT` keyword using `sqlite_sequence` helper table.