Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown Readme #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions README → README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
*************************

SQLITE MANAGER FOR IOS

*************************
SQLite Manager for iOS
======================

SQLiteManager is a simple Class "wrapper" to use SQLite3 within iOS SDK.
It provides methods to:
Expand All @@ -19,11 +16,8 @@ If you use it, don't forget to mention me as the original creator.

Thanks and enjoy!

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

INSTALLATION & USAGE

**********************
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

Expand Down