sqlIntuitive

Library for easy and intuitive use of database systems.


Keywords
custom-datatypes, database, library, mysql, no-sql, nosql, python, sql, sqlite, without-sql
License
MIT
Install
pip install sqlIntuitive==0.9.0

Documentation

Welcome to SqlIntuitive


SqlIntuitive is a Python library to make database stuff easier. It offers a way to perform database transactions with no need to write any SQL statements as those will be generated automatically. Another advantage is the ability to store any Python object you want to inside a database. Currently only MySQL and SqLite are supported, but more will come in the future and contributing is most welcome.


- [User Guide](userGuide/overview.md)
- [Code Docs](codeDocs/overview.md)
- [Changelog](changelog.md)