I'm happy to tell you that SSDB support is used on IOS devices! Of course, it's not about running a SSDB server on an IOS device, but embedding the Ssdb library in your App.
For example, if you are developing an IOS mail client, you can use SSDB to store mailing lists, use SSDB to support the features of billion-level data lists, and easily manage a large number of messages. For example, if you are developing a reader, you can store thousands of articles in Ssdb. For example, you are developing an IOS IM application where you can store and manage the message history with Ssdb.
How to use:
1. Compile ssdb static link library
Make iOS
# ls ios/
INCLUDE/LIBLEVELDB-IOS.A LIBSNAPPY-IOS.A LIBSSDB-IOS.A LIBUTIL-IOS.A
2. Introduce the static link library and header file into your Xcode project.
SOURCE Download: Https://github.com/ideawu/ssdb/tree/dev
Article reproduced from: Open source China community [Http://www.oschina.net]