There was an error while loading. Please reload this page.
I tried running this:
sqlite-utils create-table compound.db compound \ category text id integer value text --pk category --pk id
And got this schema:
CREATE TABLE [compound] ( [category] TEXT, [id] INTEGER PRIMARY KEY, [value] TEXT );