Skip to content

SQLite Manager for iOS: an Obj-C wrapper for SQLite3

Notifications You must be signed in to change notification settings

Vortec4800/SQLiteManager4iOS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

*************************

 SQLITE MANAGER FOR IOS

*************************

SQLiteManager is a simple Class "wrapper" to use SQLite3 within iOS SDK.
It provides methods to:
- connect/create a database in your documents app folder
- do a simple query
- get rows in NSDictionary format
- close the connection
- dump your data in sql dump format

For the moment that's all ;) 

SQLiteManager is made by Ester Sanchez (aka misato) and it's free to use, modify and distribute. 
If you use it, don't forget to mention me as the original creator. 

Thanks and enjoy!

**********************

 INSTALLATION & USAGE

**********************

Just drag the two classes into your project. Also you need to import SQLite3 framework. Go to frameworks-> add existing framework->libsql3.dylib

The code is pretty self-explanatory so i hope you'll understand it.
If you have any doubts, don't hesitate to contact me at esanchez [at] misato [dot] es

You have also an usage example in SQLiteManagerExample directory.

About

SQLite Manager for iOS: an Obj-C wrapper for SQLite3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%