Package-level declarations
Types
Link copied to clipboard
Reports SQLite files that mix multiple conflict-resolution upsert styles.
Link copied to clipboard
Reports SQLite migration files that disable foreign keys without restoring them.
Link copied to clipboard
Reports SQLite ALTER TABLE operations that require an explicit table rebuild strategy.
Link copied to clipboard
Reports SQLite AUTOINCREMENT usage for schemas that do not need its stricter behavior.
Link copied to clipboard
Reports SQLite rowid primary keys that do not use the exact INTEGER PRIMARY KEY spelling.
Link copied to clipboard
Reports SQLite composite primary key tables that can consider WITHOUT ROWID.