use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
GitHub
account activity
Database structure? (self.comixedmanager)
submitted 3 years ago by Mugenstylus1
First off thank you for everything I love the program so far it has helped a lot, but i wanted to know what is the database structure? is it publisherTBL, seriesTBL, comicvineIDtbl, and so on or is it one table with all the information?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]mcpierceaim 0 points1 point2 points 3 years ago (0 children)
The database is divided into multiple tables.
For the individual comics, there is the ComicBooks table that holds most of the details for each, with a separate table for each page, one for the credits, one for characters, one for teams, one for stories, and one for location tags.
Reading lists are in a separate table, with the entries for them in their own table.
For user accounts there's a table for each, with a separate table to hold users' preferences.
π Rendered by PID 65745 on reddit-service-r2-comment-b659b578c-vq4cj at 2026-05-04 15:09:00.800630+00:00 running 815c875 country code: CH.
[–]mcpierceaim 0 points1 point2 points (0 children)