Elektrine lite

← Feed

@autoreleasefool@iosdev.space

Post #1540381

2025-01-27 18:12 UTC

@groue always impressed with GRDB. Following best practices from GRDB 6, this was an extremely simple update for me! Still some testing left to do, but unit tests all passing and no obvious issues in a first run after upgrading. Thanks for all the work you and the contributors do!

Replies (1)

  • @groue@hachyderm.io 2025-01-27 18:19

    @autoreleasefool Thank you Joseph! I tried to limit the breaking changes as much as possible. Just as you say, we collectively benefit from years of experience and best practices :-) When in doubt, check the migration guide, where all the breaking changes are listed: https://github.com/groue/GRDB.swift/blob/master/Documentation/GRDB7MigrationGuide.md

    Open ##1540382