github Lighter-swift/Lighter 1.0.26
Binaries Floating

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

This version treats all Int types (Int8, UInt32 etc) as SQLite base values, i.e. they can be used in a schema. Also adds support for Float.

The Bool type can now process TEXT columns in a limited way (but always writes as Int64). It'll match textual bools using the first character (Yes, No, True, False, 0, 1 etc).

Finally, when using a RawRepresentable w/ an unmapped stored value, a proper Error is thrown (vs crashing in a forced unwrap).

Don't miss a new Lighter release

NewReleases is sending notifications on new releases.