Multiple record kinds in a single DB

Status: idea

I'd like to keep other kinds of records along with my "main" objects:

/!\ more complex hierachies, like the ones provided by FrBr, might better be implemented into a single schema. The notion of kind is intended for data that can remain independent, whereas the objects in a relational model like FrBr are not independent.

Implementation

The tricky thing is to avoid making the code more complex in case there is a single schema in play:

Why not a full-blown RDBM?

Here, the limit between pybliographer and a full-blown relational database might become fuzzier. The intent is:

Roadmap/Multiple schemas (last edited 2007-09-08 18:00:40 by FredericGobry)