Where are SchoolTool's database tables?

Asked by Tom Hoffman

This is where I'd like to start to study the design of the application.

Question information

Language:
English Edit question
Status:
Solved
For:
SchoolTool Edit question
Assignee:
No assignee Edit question
Solved by:
Tom Hoffman
Solved:
Last query:
Last reply:
Revision history for this message
Tom Hoffman (tom-hoffman) said :
#1

SchoolTool uses an object database, the Zope Object Database (ZODB) to be precise. It is not a relational database. There are no tables and no object-relational mapping, just persistent objects. Instead of looking at database tables, Zope developers look for interface.py modules to grok an application's data structure.