4 "summary": "CrystDB is a thread-safe Object Relational Mapping database that stores object based on SQLite.",
5 "description": "CrystDB has these features:\n * It can automatically transform the property type of an object to storage sqlite type for each object \n to get better performance.\n * Uses the class to sort object and is not affected by modifying the class structure.\n * Supports filtering by conditions.",
6 "homepage": "https://github.com/Chasel-Shao/CrystDB.git",
12 "Chasel-Shao": "753080265@qq.com"
15 "git": "https://github.com/Chasel-Shao/CrystDB.git",
22 "source_files": "CrystDB/*.{h,m}",
23 "public_header_files": "CrystDB/*.{h}",
24 "libraries": "sqlite3",