{ "info": { "author": "Simone Murzilli; Guido Barbaglia", "author_email": "geobrickspy@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Geobricks DBMS\n==============\n\nThis project provides DBMS functionalities to Geobricks modules, enabling CRUD methods for different types of DB (e.g. [PostgreSQL](http://www.postgresql.org/), [MongoDB](http://www.mongodb.org/), etc). The main script is ```dbms_core.py``` which acts as a generic gateway to the class that implements specific methods for each data source.\n\nInstallation\n============\n\nThe plug-in is distributed through PyPi and can be installed by typing the following command in the console:\n```\npip install geobricksdbms\n```\n\nExamples\n========\nThe main class is ```DBMS``` contained in ```dbms_core.py```. The initialization method of such class accepts the following arguments:\n\n|Name|Description|Default|Example|\n|----|-----|-------|-------|\n|```datasource```|Name of a default datasource.|```None```|```my_datasource```||\n|```vendor```|DB connector to use|```None```|