app 数据库 ApolloDB
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/jchomali/ApolloDB
软件介绍
ApolloDB 是一个容易实现和安全的数据库。
使用:
BOOL passcodeIsValid = [[ApolloDB sharedManager]startSessionWithPasscode:@"yourDBPasscode"]; //Set a passcode for encrypting and decrypting your DB
if (passcodeIsValid==false){
//The given passcode is different from the DB passcode
}