Stay / ormlite-sqlcipher

integrate ormlite with sqlcipher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ormlite-sqlcipher

integrate ormlite with sqlcipher

tips:

casue sqlcipher rewrite all the related sqlite files. Such as (SQLiteDatabase, SQLiteOpenHelper, Cursor, etc.) to integrate ormlite with sqlcipher, you should copy all the files of ormlite-android.jar replace all the import (android.database.) to (net.sqlcipher.database.)

enjoy the code :)

About

integrate ormlite with sqlcipher


Languages

Language:Java 100.0%