Skip to content

Commit

Permalink
更新介绍
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzhibiao authored Mar 2, 2017
1 parent 6faac60 commit 8374b1d
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# BGFMDB
# 重新封装抽取了FMDB,直接存储和读取对象,使用起来超级方便快捷。
# BGFMDB算法全新震撼升级.
# 重新封装抽取了FMDB,直接存储和读取对象,使用起来超级方便快捷。
# 完美支持:
# int,long,signed,float,double,NSInteger,CGFloat,BOOL,NSString,NSNumber,NSArray,NSDictionary,NSMapTable,NSHashTable,NSData,UIImage,NSDate,NSURL,NSRange,CGRect,CGSize,CGPoint,自定义对象 等的存储.
## 不管是从使用步骤还是支持的存储类型上,都比JRDB,LKDB简单好用和全面.
## 基本秒杀目前所有对FMDB的封装库,相当简单易用,几乎支持存储ios所有基本的自带数据类型.
## 一看就懂,马马上手使用,废话不多说,看使用Api介绍.
### BGFMDB算法全新震撼升级
### 完美支持:
### int,long,signed,float,double,NSInteger,CGFloat,BOOL,NSString,NSNumber,NSArray,NSDictionary,NSMapTable,NSHashTable,NSData,UIImage,NSDate,NSURL,NSRange,CGRect,CGSize,CGPoint,自定义对象 等的存储.


//同步:线程阻塞;异步:线程非阻塞;
@property(nonatomic,strong)NSNumber*_Nullable ID;//本库自带的自动增长主键.
/**
Expand Down

0 comments on commit 8374b1d

Please sign in to comment.