ApolloDB - app 数据库


MIT
iOS
Objective-C

软件简介

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
}