- Notifications
You must be signed in to change notification settings - Fork9
Utility code for using SQLite via FMDB. Mac and iOS.
License
Ranchero-Software/RSDatabase
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 thelatest FMDB, which isn’t necessarily included here.
The main thing isRSDatabaseQueue, which allows you to talk to SQLite-via-FMDB using a serial queue.
The second thing isFMDatabase+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.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors5
Uh oh!
There was an error while loading.Please reload this page.