mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Move modules to Modules folder.
This commit is contained in:
12
Modules/RSDatabase/README.md
Executable file
12
Modules/RSDatabase/README.md
Executable file
@@ -0,0 +1,12 @@
|
||||
# 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](https://github.com/ccgus/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.
|
||||
Reference in New Issue
Block a user