Welcome to Easy DB Lib, a Python library designed to simplify database interactions for small projects. This library allows you to define and manage your database structure using Python dictionaries, making it easy to modify your database schema as your project evolves.
- Programmatic Table Definition: Define your database tables and their relationships using Python dictionaries.
- Automatic Table Creation: Automatically create tables in the database if they do not exist.
- Flexible Queries: Easily perform CRUD operations and custom queries.
- PostgreSQL Support: Specifically designed to work with PostgreSQL databases.
We welcome contributions from the community! To contribute:
- Fork the repository.
- Create a new branch with your feature or bugfix.
- Make your changes and commit them with clear commit messages.
- Push your changes to your fork.
- Create a pull request to the main repository.
Please ensure your code adheres to the project's coding standards and includes appropriate tests.
This project is licensed under the MIT License. See the LICENSE file for more details.
You can install Easy DB Lib via pip:
pip install easy_db_lib