4 "summary": "A wrapper class for sqlite",
5 "description": "A quick and convenient way to create and manage local sqlite3 databases. Databases can be created with a single line of code. Data can be get and set without creating queries. Queries can also be passed in as a string.",
6 "homepage": "https://github.com/LordDarkula/EasyQL",
12 "Aubhro": "aubhrosengupta@gmail.com"
15 "git": "https://github.com/LordDarkula/EasyQL.git",
21 "source_files": "EasyQL/Classes/**/*",
22 "libraries": "sqlite3"