How to create tables with primary key UUID columns in SQLite
After loading the UUID extension, in SQLite you can create tables with a UUID primary key with an automatic value defined by its default value:
|
|
Something like autoincrementing for UUID columns.