An open API service indexing awesome lists of open source software.

https://github.com/aidenellis/painlessdb

๐Ÿฅจ PainlessDB - A Painless Simple Way To Create Schema and Do Database Operations Quickly In Python.
https://github.com/aidenellis/painlessdb

aidenellis database db painlessdb python

Last synced: about 1 year ago
JSON representation

๐Ÿฅจ PainlessDB - A Painless Simple Way To Create Schema and Do Database Operations Quickly In Python.

Awesome Lists containing this project

README

          



PainlessDB - Taking Your Pain away to the moon ๐Ÿš€


Contribute
ยท
Community
ยท
Documentation

---

## ๐ŸŽซ Introduction :
PainlessDB is a Python-based free and open-source Database. PainlessDB makes
it really easy when it comes to basic database operations like
`['Create', 'Get', 'Update', 'Delete']` and a Really easy way to create your
Database Schema.

It's really easy and Simple to get started with your database. Just create your
Database Schema and enjoy your new database.

The whole purpose of creating this Database was to make it really easy to do Database
stuffs when you need it, maybe you need it in a specific situation where you don't
want to do all those geeky stuffs just to create and do some simple database tasks.

โœ… `Easy & Simple to Understand and Implement`

โœ… `Easy to build your database Schema`

โœ… `Core database Functionalities: [Get, Create, update, Delete]`

โœ… `Supports multiple Datatypes [str, int, float, bool, list, dict, datetime.datetime]`

โœ… `Searching/Query Functionality`

Read The [Docs](https://github.com/AidenEllis/PainlessDB/tree/main/docs) To quickly get Started! ๐Ÿฐ

With our continuous updates you will keep getting new features and bug fixes.

## How to install?
`via pip (recommended) :`
```commandline
pip install PainlessDB
```

or

`via pip + github:`
```commandline
pip install git+https://github.com/AidenEllis/PainlessDB.git
```

or

```
Download this repo and use it.
```

## ๐Ÿฅž Wanna Support me?
I am a high schooler doing these Stuffs and I Love it! ๐Ÿฐ Star โญ the repo to encourage me to do more Open source stuff!

## Contributions

PainlessDB is open to contributions.

Please read [CONTRIBUTING.md](https://github.com/AidenEllis/Cligo/blob/main/CONTRIBUTING.md) for details on this project.

## Code of Conduct

Please read [CODE_OF_CONDUCT.md](https://github.com/AidenEllis/Cligo/blob/main//CODE_OF_CONDUCT.md) for details on our code of conduct.