SQLite Forum

Why do I have a `SQLITE_AUTOINDEX` index for my primary key? Is the table itself not an index on the PK?
Login
That index is to enforce the `UNIQUE` constraint on `base32`.