Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 401 Bytes

README.markdown

File metadata and controls

19 lines (12 loc) · 401 Bytes

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.