Skip to content

How does the database design work? #603

Answered by adia
NeilVanGotham asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Neil! You might want to start from the info linked at the following URL:

https://docs.comics.org/wiki/Main_Page#Database

As mentioned there, the Django models (found in apps/gcd/models/*.py in our source code) are the ground truth for the database schema - we don't manage the SQL directly. We don't maintain an up-to-date db-level description of all the fields and their relationships, but the descriptions found at https://docs.comics.org/wiki/Formatting_Documentation will help you. Feel free to ask about any details you'd like to clarify.

About the characters table in particular, while we are in a process of migration from text-based character records to dedicated db tables linked by fo…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@NeilVanGotham
Comment options

Answer selected by NeilVanGotham
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants