This project is a sample code to use FMDB as a sqlite wrapper.
In this project, we implement
- Create a database
- Create a table
- List the table
- Insert a record to table
- Delete a record from table
- Search keyword in the table
If you have a similar requirement, this project would be a ready-to-use sample code.