Creating navigable texts with databases

From XPUB & Lens-Based wiki

Core relational database concepts

  • Tables: Rows and Columns
  • References

paste: example data in tables

  • Cardinalities: one-to-many, many-to-many, one-to-one

paste: examples

Using an "ORM" like SQLAlchemy to link Python objects to relational tables