pinkiller 发表于 2013-3-28 14:08

SQLiteKit

Info:
- Documentation is here in progress
- Full source code
- Share Editing with Google Spreadsheet!
- Playmaker integration -> ASYNCHRONOUS database operation in playmaker!!! BETA
- Encryption supported "PRAGMA key=xXXXXX"
- Helps organize statistics or score in one single database file to enjoy sophisticated search using SQL language and benefits of keeping everything in one place.
- All platforms are supported (full code, no dlls). Tested on WebPlayer, IPhone, Android, PC and Mac.
- It can be used for game scenarios or settings storage which could be easily modified by great tools like SQLite Database Browser.
- Best advantage is that you can read or download database file into memory, which is crucially important for platforms like WebPlayer where access to the file system is restricted because of security reasons.
- Asynchronous Database Example!
- Support UTF-8, BLOB.
- SQLite native file format.
- Native SQLite API nicely wrapped in C#.



xyz990 发表于 2017-2-22 19:26

很不错

秦妃子 发表于 2017-2-22 19:10

楼主是超人

chunqiu 发表于 2017-2-22 18:51

好帖就是要顶

罗明工作 发表于 2017-2-22 19:21

难得一见的好帖

星空雪舞 发表于 2017-2-22 19:11

LZ真是人才

zscanner 发表于 2017-6-8 12:45

很不错

he63110 发表于 2017-6-8 13:01

楼主是超人

随风去旅行 发表于 2017-6-8 13:02

真心顶

火炼 发表于 2017-6-8 12:51

难得一见的好帖
页: [1] 2 3 4
查看完整版本: SQLiteKit