SQLiteDB
Basic SQLite wrapper for Swift 4.x and lightweight ORM for accessing underlying tables in an SQLite database (by FahimF)
FMDB
A Cocoa / Objective-C wrapper around SQLite (by ccgus)
SQLiteDB | FMDB | |
---|---|---|
- | 5 | |
589 | 13,858 | |
0.0% | 0.1% | |
2.9 | 4.1 | |
almost 2 years ago | 3 months ago | |
Swift | Objective-C | |
- | Unknown |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
SQLiteDB
Posts with mentions or reviews of SQLiteDB.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning SQLiteDB yet.
Tracking mentions began in Dec 2020.
FMDB
Posts with mentions or reviews of FMDB.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-06.
-
SwiftData
There’s a number of indie devs who rely on https://github.com/ccgus/fmdb for fast persistence. The rebirth of NetNewsWire came with FMDB at it’s core (https://inessential.com/2020/05/18/why_netnewswire_is_fast)
-
Can I transfer data from a SQLite3 (*.db) file to Core Data?
In a project I‘ve adopted, this package is used alongside CoreData to access SQLite features which aren’t possible in CoreData. I would recommend it, it‘s pretty old but has SPM support. But it’s written in Obj-C, maybe this is off-putting for you, so you may find something similar but written in swift.
-
Awesome macOS Libraries List
FMDB - A Cocoa / Objective-C wrapper around SQLite. Language: Objective-C.
- Any practical recommendation when dealing with SQLite in iOS?
What are some alternatives?
When comparing SQLiteDB and FMDB you can also consider the following projects:
SQLite.swift - A type-safe, Swift-language layer over SQLite3.
GRDB.swift - A toolkit for SQLite databases, with a focus on application development
SwiftData
DTTableViewManager - Protocol-oriented UITableView management, powered by generics and associated types.
Realm - Realm is a mobile database: a replacement for Core Data & SQLite