Grapes is a poorly-written, self-proclaimed "database" made entirely in Python 3.10 out of all languages... You really shouldn't use this...
| .github/ISSUE_TEMPLATE | ||
| src | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
grapes
Grapes is a poorly-written, self-proclaimed "database" made entirely in Python 3.10 out of all languages...
Warning
This project is not finished. There are bugs regarding data storage & modification. Please do not use this in a production environment until it's safe.
Note
Please report any bugs you find! It would mean a lot :3
Community
Want to talk to us or need further help? Feel free to join our community server!
Installing
Important
Grapes requires at least Python 3.10 or above!
Look at this wiki page for installation instructions.
Current Project Goals
- Get this on pypi
- Finish this thing (first release:
v2.0.0) CachedInMemoryGrapesDatabase()class when?
Project Roadmap
GrapesDatabase()
Table
- Creation
- Deletion
- Renaming
- Adding Columns (Upon Creation)
- Adding Columns
- Renaming Columns
- Removing Columns
Stored Data
- Insertion
- Retrieval
- Specific Retrieval
- Removal
- Modification
- Replacing (Whole Row)
InMemoryGrapesDatabase()
Table
- Creation
- Deletion
- Renaming
- Adding Columns (Upon Creation)
- Adding Columns
- Renaming Columns
- Removing Columns
Stored Data
- Insertion
- Retrieval
- Specific Retrieval
- Removal
- Modification
- Replacing (Whole Row)
CachedGrapesDatabase()
TO BE WORKED ON.