github Lighter-swift/Lighter 1.4.2
Batchably

latest releases: 1.4.12, 1.4.10, 1.4.8...
22 months ago

The main release feature is that batch inserts and updates are not re-preparing the SQL statement (they just get rebound). That provides a significant speedup for those operations.
It results in a minor API change, the API now requires a Collection, a Sequence is not sufficient anymore. Shouldn't affect any code.

Also:

  • fixes a SQL bug that could happen when triggers have a trailing comment (e.g. CREATE TRIGGER (...) -- this and that)
  • Adjusted the macros for the new URL based plugin API in Swift 6 (removes deprecation warnings in Xcode 16b)

Don't miss a new Lighter release

NewReleases is sending notifications on new releases.