Skip to content

📝 SQLAlchemy Database Documentation #33

@tisuela

Description

@tisuela

📝 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 within coursecake.database) please comment here before submitting the final pull request.

Metadata

Metadata

Assignees

No one assigned

    Labels

    SQLAlchemyPython database CRUD librarydocumentationImprovements or additions to documentationhacktoberfestlet's go Open Source!help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions