SQLite support for UUID primary key?

I’m not sure how to configure this myself, but UUIDs are available as extensions to SQLite. Has anyone enabled UUIDs and know if it will work with Wappler’s Database Manager?

It looks like the knex function to create tables currently only covers Postgres, MSSQL, and MySQL.

I did find a uuid extension for SQLite, but just not sure how to implement it.