Android代码-SnappyDB

时间:2022-08-26 02:33:32
【文件属性】:

文件名称:Android代码-SnappyDB

文件大小:9.67MB

文件格式:ZIP

更新时间:2022-08-26 02:33:32

Android代码

SnappyDB SnappyDB is a key-value database for Android it's an alternative for SQLite if you want to use a NoSQL approach. It allows you to store and get primitive types, but also a Serializable object or array in a type-safe way. SnappyDB can outperform SQLite in read/write operations. SnappyDB is based on leveldb and use snappy compression algorithm, on redundant content you could achieve a good compression ratio Check out the Demo App Usage try { DB snappydb = DBFactory.open(context)


网友评论