Skip to content

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

Notifications You must be signed in to change notification settings

popcornylu/MySqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published