popcornylu / MySqlite

This project is a sample code to use FMDB as a sqlite wrapper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MySqlite

Introduction

This project is a sample code to use FMDB as a sqlite wrapper.

Scope

In this project, we implement

  1. Create a database
  2. Create a table
  3. List the table
  4. Insert a record to table
  5. Delete a record from table
  6. Search keyword in the table

If you have a similar requirement, this project would be a ready-to-use sample code.

About

This project is a sample code to use FMDB as a sqlite wrapper.


Languages

Language:Objective-C 100.0%