Metadata-Version: 2.1
Name: simple_sql_abstraction
Version: 1.0.0
Summary: Simple SQL abstraction
Home-page: https://github.com/prbpedro/simple_sql_abstraction
Author: Pedro Ribeiro Baptista
Author-email: prbpedro@gmail.com
License: UNKNOWN
Description: # simple_sql_abstraction
        
        This is a Python 3 project made in the PyDev IDE that adds functions that make it easier to create sqlite3 databases and execute basic insert, update, delete and select commands on them.
        
        The usage example is found in the __init__.py file of the simple_sql_abs module.
        
        Avaible by Pypi.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
