manton / RSDatabase

Utility code for using SQLite via FMDB. Mac and iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RSDatabase

This is utility code for using SQLite via FMDB. It’s not a persistence framework — it’s lower-level.

It builds as a couple frameworks — one for Mac, one for iOS.

It has no additional dependencies, but that’s because FMDB is actually included — you might want to instead make sure you have the latest FMDB, which isn’t necessarily included here.

What to look at

The main thing is RSDatabaseQueue, which allows you to talk to SQLite-via-FMDB using a serial queue.

The second thing is FMDatabase+RSExtras, which provides methods for a bunch of common queries and updates, so you don’t have to write as much SQL.

About

Utility code for using SQLite via FMDB. Mac and iOS.

License:MIT License


Languages

Language:Objective-C 94.7%Language:C 2.0%Language:Swift 1.9%Language:Roff 1.0%Language:Ruby 0.5%