Creating navigable texts with databases

From XPUB & Lens-Based wiki
Revision as of 12:06, 30 May 2009 by Michael Murtaugh (talk | contribs) (New page: == 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 == ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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