GRDB.swift

A toolkit for SQLite databases, with a focus on application development (by groue)

GRDB.swift Alternatives

Similar projects and alternatives to GRDB.swift

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better GRDB.swift alternative or higher similarity.

GRDB.swift reviews and mentions

Posts with mentions or reviews of GRDB.swift. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-17.
  • Question about Apple's review
    6 projects | /r/iOSProgramming | 17 May 2023
    The 3rd party library I use GRDB SwiftyUserDefaults Kingfisher SwiftDate Popovers
  • The most amazing project documentation you saw
    2 projects | /r/swift | 12 Mar 2023
    https://github.com/groue/GRDB.swift#readme https://github.com/groue/GRDB.swift/tree/master/Documentation https://swiftpackageindex.com/groue/grdb.swift/documentation/grdb/
  • GRDB-ORM, an ORM for GRDB - Swift SQLite
    2 projects | /r/swift | 18 Jan 2023
  • How to decide between JSON and CoreData?
    4 projects | /r/iOSProgramming | 28 Oct 2022
    Check the performance comparison page. GRDB comes with a convenient and ready-made support for Swift Codable that performs quite well. When needed, it is possible to write less convenient but optimized record types that add very little overhead to SQLite, and perform really well.
    4 projects | /r/iOSProgramming | 28 Oct 2022
    Multi-threading is precisely described in the GRDB Concurrency Guide.
    4 projects | /r/iOSProgramming | 28 Oct 2022
    Real + coredata both uses classes (and Realm even with some weird dynamic annotation before each property afaik). This means allocations and slowiness. GRDB performs pretty well: https://github.com/groue/GRDB.swift/wiki/Performance.
  • SwiftUI friendly, low impact alternative to CoreData?
    4 projects | /r/SwiftUI | 25 Jun 2022
    I really like GRDB: https://github.com/groue/GRDB.swift It's incredibly well built, uses all the new and shiny Swift features and has all the things you described.
  • SQLite for swift?
    6 projects | /r/swift | 3 Apr 2022
  • Core Data vs Realm performance analysis
    3 projects | /r/iOSProgramming | 5 Feb 2022
    Instead of either of these options, I would highly recommend checking out GRDB instead. It's a very nice SQLite wrapper that helps you avoid many of the concurrency issues affecting both Core Data and Realm: https://github.com/groue/GRDB.swift
    3 projects | /r/iOSProgramming | 5 Feb 2022
    Its performances are indeed not bad: https://github.com/groue/GRDB.swift/wiki/Performance. One could say that Realm performances are exaggerated in their marketing materials, and that SQLite is unmatched, and by far.
  • A note from our sponsor - Appwrite
    appwrite.io | 7 Jun 2023
    Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more! Learn more →

Stats

Basic GRDB.swift repo stats
35
5,933
9.7
1 day ago
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
www.sonarlint.org