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.
- Host: GitHub
- URL: https://github.com/aidenellis/painlessdb
- Owner: AidenEllis
- License: mit
- Created: 2021-12-14T08:43:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-19T12:24:17.000Z (over 4 years ago)
- Last Synced: 2024-11-17T08:51:45.459Z (over 1 year ago)
- Topics: aidenellis, database, db, painlessdb, python
- Language: Python
- Homepage:
- Size: 60.5 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
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.
