Skip to main content

A very simple db lib.

Project description

Easy DB Lib

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.

Features

  • 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.

Contributing

We welcome contributions from the community! To contribute:

  1. Fork the repository.
  2. Create a new branch with your feature or bugfix.
  3. Make your changes and commit them with clear commit messages.
  4. Push your changes to your fork.
  5. Create a pull request to the main repository.

Please ensure your code adheres to the project's coding standards and includes appropriate tests. License

This project is licensed under the MIT License. See the LICENSE file for more details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

easy_db_lib-0.1.0.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

easy_db_lib-0.1.0-py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page