随笔分类 -  ios-数据库

摘要:建表: 自动生成: 代码: 阅读全文
posted @ 2016-07-12 15:05 代码始我快乐 阅读(161) 评论(0) 推荐(0)
摘要:#import "RootViewController.h" #import "FMDatabase.h" @interface RootViewController () { FMDatabase * myDB; } @end @implementation RootViewController //FMDB是将SQLite中复杂的SQL语法进行封装 //FMDB适用于ARC或者MR... 阅读全文
posted @ 2016-07-12 14:49 代码始我快乐 阅读(199) 评论(0) 推荐(0)