Starting

Aug 22, 2007 10:38

Well, I'm starting my project.
My plan is to build a database that can store characters and deliver subsections of those characters as required.
I'd like to make it easily cachable, and also flexible enough to cope with new things as they crop up.
My plan is to use a node-link tree structure.
Nodes will have an ID and a NAME.
Links will have a FROM-ID, a TO-ID and a NAME.
EG
Nodes;
1, Character
2, Attributes
3, Strength
4, 4
Links;
1, 2, contains
2, 3, contains
3, 4, has-value

project

Previous post Next post
Up