Skip to content

sitecore-ios-opensource/ESDatabaseWrapper

 
 

Repository files navigation

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

About

A set of Obj-C protocols to wrap the database access. It also provides categories on top of FMDatabase.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 94.4%
  • Ruby 5.3%
  • Shell 0.3%