WCDB
GRDB.swift
Our great sponsors
WCDB | GRDB.swift | |
---|---|---|
2 | 36 | |
9,799 | 6,180 | |
0.6% | - | |
0.0 | 9.4 | |
15 days ago | 11 days ago | |
C | Swift | |
GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
WCDB
-
Awesome macOS Libraries List
WCDB - WCDB is a cross-platform database framework developed by WeChat. Language: C.
-
Cross-Database Queries in SQLite
SQLite is so ubiquitous you'd be hard pressed to find an app or service that doesn't use it.
Look through the licenses for the software included as part of your phone's OS. You'll find SQLite in there.
Search GitHub for sqlite, there are several projects with thousands of stars that use SQLite. Here's one: https://github.com/Tencent/wcdb
GRDB.swift
-
How can I quickly parse a huge 45MB JSON file using JsonDecoder
Not quite exactly sure what you mean but if its a .sqlite3 file then you can use it with this easy to use library https://github.com/groue/GRDB.swift
-
Question about Apple's review
The 3rd party library I use GRDB SwiftyUserDefaults Kingfisher SwiftDate Popovers
-
The most amazing project documentation you saw
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
-
How to decide between JSON and CoreData?
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.
Multi-threading is precisely described in the GRDB Concurrency Guide.
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?
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?
-
Core Data vs Realm performance analysis
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
What are some alternatives?
SQLite.swift - A type-safe, Swift-language layer over SQLite3.
Realm - Realm is a mobile database: a replacement for Core Data & SQLite
FMDB - A Cocoa / Objective-C wrapper around SQLite
IceCream - Sync Realm Database with CloudKit
swift-composable-architecture - A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
SwiftData
SQLite - A stand-alone Swift wrapper around the SQLite 3 client library.
YapDatabase - YapDB is a collection/key/value store with a plugin architecture. It's built atop sqlite, for Swift & objective-c developers.
MMKV - An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX.
CoreStore - Unleashing the real power of Core Data with the elegance and safety of Swift