2 "name": "BWSQlite3ORM",
4 "summary": "Simple object-relational mapping set of classes for SQLite3.",
5 "description": "Simple object-relational mapping set of classes for SQLite3, just make a data model and make it subclass of BWDataModel class, and a table will be created automatically, you can use the CRUD methods to manipulate the info.",
6 "homepage": "https://github.com/Bakuf/BWSQLite3ORM",
12 "Rodrigo Galvez": "bakuf3@hotmail.com"
15 "git": "https://github.com/Bakuf/BWSQLite3ORM.git",
21 "source_files": "BWSQlite3ORM/Classes/**/*"