Metadata-Version: 2.1
Name: simple_sqlite
Version: 1.0.0
Summary: This package can help you using sqlite3 library much easier and faster.
Home-page: https://github.com/Svinokur/simple_sqlite
Author: Stanislav Vinokur
Author-email: stasvinokur@yahoo.com
License: MIT
Description: # simple_sqlite
        
        [![PyPI version](https://badge.fury.io/py/selenium-driver-updater.svg)](https://badge.fury.io/py/simple_sqlite)
        [![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/Svinokur/simple_sqlite/master/LICENSE)
        
        It is a fast and convenience package that can help you using sqlite3 library much easier and faster.
        
        ## Installation
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install simple_sqlite.
        
        ```
        pip install simple-sqlite
        ```
        
        ## Usage
        This example shows how you can use this library to create database.
        ```python
        from simple_sqlite import SimpleSqlite
        
        ssql = SimpleSqlite('basic.db')
        result, message = ssql.create_database()
        
        ```
        
        ## Contributing
        Always suggest creating new methods. Open an issue first to discuss what you would like to add.
Keywords: sqlite,sqlite3
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
