GRDB.swift
March 19, 2022 • MIT License
A toolkit for SQLite databases, with a focus on application development
AVSQLDebugger
November 17, 2019 • MIT License
A Simple Core Data Debugger that will look inside your apps DB
Unrealm
June 03, 2019 • MIT License
Unrealm is an extension on RealmCocoa, which enables Swift native types to be saved in Realm.
AACoreData
February 12, 2017 • Apache 2.0 License
AACoreData is a lightweight data persistence wrapper designed to provide an easier solution for `CRUD` operations using `CoreData`, written in Swift. It provides a singleton instance to access `Cor...
react-native-sqlite-storage
November 11, 2015 • Apache 2.0 License
A React Native plugin allowing native access to SQLite database on iOS. Supports single statement and batch transactions.
ZXKVStore
September 02, 2015 • Unspecified License
ZXKVStore means ZhangXi key-value Store,It's small and easy to use for store data.
canDB.swift
July 20, 2015 • MIT License
A framework that works like a nonSQL database but runs on top of sqlite(FMDB)
SQLiteInfo
May 22, 2015 • Unspecified License
OS X app that gives information about the size in Kb for each table of a db
SQLite.swift
February 25, 2015 • MIT License
A type-safe, Swift-language layer over SQLite3.
SQLite.swift provides compile-time confidence in SQL statement syntax and intent.
Features:
- A pure-Swift interface
- A type-safe, optiona...
No image provided.
SQPersist
December 04, 2014 • MIT License
Objective-C Persistence framework wrapper around SQLite : saves your data into SQLite database, without writes SQL requests.
Camembert
November 14, 2014 • MIT License
Use sqlite3 for iOS and OS X simply. Written in Swift, you can now store all your data, with the easy way ever.
SCSQLite
November 05, 2014 • MIT License
The SCSQLite is a wrapper of SQLite Objective-C for iPhone and iPad (iOS). (http://sqlite.org/)
SugarRecord
September 19, 2014 • MIT License
A Core Data management library written in Swift. Thanks to SugarRecord you'll be able to start the Core Data stack structure just with a line of code and start working with your database models usi...
AFSQLManager
May 10, 2014 • MIT License
SQL and SQLite database manage on iOS made easy. Create, open, rename and delete databases with AFSQLManager, a block-driven iOS SQL and SQLite manager class. Perform queries never has been that easy!
IQDatabaseManager
February 16, 2014 • MIT License
IQDatabaseManager contains CoreData helper classes with convenience methods to communicate with CoreData for performing common tasks (inserting+updating+deleting+sorting+searching) on database reco...
ZeeSQLiteHelper
August 12, 2013 • BSD License
Simple SQLite helper for performing general database tasks with few lines of code like fetching records from DB, Inserting, Updating and Deleting records.