📝 SQLAlchemy Database Documentation #33
Labels
documentation
Improvements or additions to documentation
hacktoberfest
let's go Open Source!
help wanted
Extra attention is needed
SQLAlchemy
Python database CRUD library
📝 CourseCake Database Documentation is incomplete
CourseCake uses SQLAlchemy for database models and CRUD operations. If you're familiar with it, or down to learn (pretty easy to pick up and is a useful skill), then this is for you.
Existing documentation is here
🔍 Where do I go for reference?
All database / SQLAlchemy related code lives here, in
coursecake.database
.You'll want to focus on the CRUD operation in this file,
coursecake.database.crud
Looking at the other existing docs will help, especially to understand the models.
🤷♀️ How do I contribute?
Fork this repository, and please restrict all changes to within the
/docs
directory. If you need to edit something outside of it (such as docstrings withincoursecake.database
) please comment here before submitting the final pull request.The text was updated successfully, but these errors were encountered: