https://github.com/appcoda/fmdbdemo
A Simple Demo app for FMDB
https://github.com/appcoda/fmdbdemo
Last synced: 3 months ago
JSON representation
A Simple Demo app for FMDB
- Host: GitHub
- URL: https://github.com/appcoda/fmdbdemo
- Owner: appcoda
- Created: 2016-10-12T02:14:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-12T02:22:31.000Z (over 8 years ago)
- Last Synced: 2025-03-27T05:33:30.627Z (3 months ago)
- Language: Objective-C
- Size: 110 KB
- Stars: 13
- Watchers: 6
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Simple Demo app for FMDB
We’ll take our walk through the FMDB library by using some simple examples in a small demonstrative app we’ll implement next. We’ll start by creating a new database programmatically, and we’ll see all the usual operations that can apply to the data: Insert, update, delete and select.
For the full tutorial, you can take a look at the link below:
http://www.appcoda.com/fmdb-sqlite-database/