Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

einfachIrgendwer0815/SqlIntuitive

Repository files navigation

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.
The final goal is to create an ORM library.


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