github Lighter-swift/Lighter 1.0.6
Universally Unique

latest releases: 1.4.12, 1.4.10, 1.4.8...
3 years ago

This release fixes a set of bugs in generating UUID specific code: #8. Thanks go to @dhoepfl for reporting the issue!

Screenshot 2022-08-23 at 17 03 49

sqlite> .schema
CREATE TABLE Talents (
    id   UUID PRIMARY KEY NOT NULL,
    name TEXT NOT NULL
);
sqlite> SELECT * FROM talents;
Լ?4eFI????g?|Hello
??�??B??O}??D?|World

(uses UUIDStorageStyle.blob)

Don't miss a new Lighter release

NewReleases is sending notifications on new releases.