Rel Catalog over JDBC
Posted: Tue May 06, 2008 2:00 am
Hi!
I guess the Rel Catalog is where all the metadata about the relvars (its contraints, etc) in a Rel database are stored... I guess currently this is stored using Berkeley DB... that makes me think, that if we want to give Rel the ability to be a T/PRM (True /PseudoRelational Mapper) it should also be able to store this catalog information in the mapped pseudo relational database....
On the other hand, one of the know Sql Flaws is that sometimes DBAs become overprotective with their databases, and do not allow anyone to add anything they do not fully understand... therefore, it should be possible to have this Catalog in the same database... or in a different one.
What are your thoughts/plans on this?
Regards,
I guess the Rel Catalog is where all the metadata about the relvars (its contraints, etc) in a Rel database are stored... I guess currently this is stored using Berkeley DB... that makes me think, that if we want to give Rel the ability to be a T/PRM (True /PseudoRelational Mapper) it should also be able to store this catalog information in the mapped pseudo relational database....
On the other hand, one of the know Sql Flaws is that sometimes DBAs become overprotective with their databases, and do not allow anyone to add anything they do not fully understand... therefore, it should be possible to have this Catalog in the same database... or in a different one.
What are your thoughts/plans on this?
Regards,