Search results for sqlite

GRDB.swift screenshot

GRDB.swift

March 19, 2022 • MIT License
A toolkit for SQLite databases, with a focus on application development
NAMDatabase screenshot

NAMDatabase

November 19, 2019 • MIT License
Use SQLite now is easy!
AVSQLDebugger screenshot

AVSQLDebugger

November 17, 2019 • MIT License
A Simple Core Data Debugger that will look inside your apps DB
Unrealm screenshot

Unrealm

June 03, 2019 • MIT License
Unrealm is an extension on RealmCocoa, which enables Swift native types to be saved in Realm.
KVStore screenshot

KVStore

July 05, 2017 • MIT License
Swift wrapper over sqlite to store key value pairs in db
AACoreData screenshot

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 screenshot

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 screenshot

ZXKVStore

September 02, 2015 • Unspecified License
ZXKVStore means ZhangXi key-value Store,It's small and easy to use for store data.
canDB.swift screenshot

canDB.swift

July 20, 2015 • MIT License
A framework that works like a nonSQL database but runs on top of sqlite(FMDB)
SQLiteInfo screenshot

SQLiteInfo

May 22, 2015 • Unspecified License
OS X app that gives information about the size in Kb for each table of a db
react-native-sqlite screenshot

react-native-sqlite

April 06, 2015 • MIT License
SQLite3 bindings for React Native
SQLite.swift screenshot

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...
RSTCoreDataKit screenshot

RSTCoreDataKit

January 08, 2015 • BSD License
A simpler CoreData Stack
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 screenshot

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 screenshot

SCSQLite

November 05, 2014 • MIT License
The SCSQLite is a wrapper of SQLite Objective-C for iPhone and iPad (iOS). (http://sqlite.org/)
SugarRecord screenshot

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 screenshot

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 screenshot

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 screenshot

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.