Skip to content
/ grapes Public

Grapes is a poorly-written, self-proclaimed "database" made entirely in Python 3.10 out of all languages... You really shouldn't use this...

License

Notifications You must be signed in to change notification settings

ItsTato/grapes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Grapes is a poorly-written, self-proclaimed "database" made entirely in Python 3.10 out of all languages... You really shouldn't use this...

Resources

License

Stars

Watchers

Forks

Languages