Meta object model for relational data storage: Difference between revisions
Content deleted Content added
imported>Hendrik Brummermann |
imported>Hendrik Brummermann introduction |
||
Line 1:
This article describes the idea of use a meta model to store RPClasses and RPObjects. It is not planned to actually do this anytime soon.
== Object Model of Marauroa ==
Line 24 ⟶ 25:
It consists of objects (4711 of type Player), values (43 for atk) and links (items in the bank_slot). Of cause there are some consistency conditions required. For example value.object.class <= value.attribute.class.
== Converting the Meta Model into a database structure ==
TODO: ...
CREATE TABLE class (id SERIAL, name VARCHAR);
| |||