Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 567 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 567 Bytes

ESDatabaseWrapper

A set of Obj-C protocols to wrap the database access. It provides categories on top of FMDatabase and mock DB that only records queries to NSArray. Feel free forking and adding more database support ( low level SQLite, BerkleyDB, etc. ).

License : BSD

Dependencies :

  1. ccgus / fmdb - https://github.com/ccgus/fmdb

Setup script :

cd .. git clone https://github.com/ccgus/fmdb.git

Bitdeli Badge