Metadata-Version: 2.1
Name: easy_sqlite3
Version: 0.0.2
Summary: Simple Python Library to make sqlite commands simpler and more elegant
Author: Muhammed Rayan Savad
Author-email: muhammedrayan.official@gmail.com
License: MIT
Keywords: sqlite3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: Microsoft :: Windows
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
License-File: LICENSE.txt

Simple Python Library to make sqlite commands simpler and more elegant!


-- Made by Muhammed Rayan Savad

CHANGE LOG
==========

0.0.1 (4/8/2022)

- Initial Version

0.0.2 (22/8/2022)

- Added constants for TEXT, REAL, BLOB, INTEGER and PRIMARY KEY
- Fixed a bug in the .select() function (where clause not working)

