GRDB.swift Alternatives
-
swift
The Swift Programming Language
-
SQift
Powerful Swift wrapper for SQLite
-
Scout
Get performance insights in less than 4 minutes. Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
-
fluent
Vapor ORM (queries, models, and relations) for NoSQL and SQL databases
-
goqu
SQL builder and query library for golang
-
SQLite.swift
A type-safe, Swift-language layer over SQLite3.
-
Graph
Graph is a semantic database that is used to create data-driven applications.
-
SQLiteDB
Basic SQLite wrapper for Swift 4.x and lightweight ORM for accessing underlying tables in an SQLite database
Posts
-
Best database to learn SQL in an iOS project
I like GRDB
-
Having trouble prioritizing
Another example is data synchronization. A lot of apps rely on iCloud and Core Data to sync data between devices, but you can try building your synchronization server yourself and use GRDB instead of Core Data for better performance.
-
Saving data properly
If you prefer using SQL, take a look at GRDB. It is much more lightweight and customizeable than Core Data and allows for more superior performance.
-
You can try https://github.com/groue/GRDB.swift
It's a thin wrapper around SQLite, with convenience APIs for record types, robust support for concurrency, and a focus on GUI apps.
Stats
groue/GRDB.swift is an open source project licensed under MIT License which is an OSI approved license.