[thelist] Architecture for arbitrary data management

r937 rudy at r937.com
Fri Feb 29 17:35:10 CST 2008


> So for any particular 'system object', all they need do is
> create a template for that object, and the same data layer
> can cope with all of these templates.

sounds like you can encapsulate/instantiate/disambiguate (choose the 
programming terminology du jour here) the template specs into a good old sql 
CREATE TABLE statement, such that each template is a separate table, with 
regular old columns, with specific column names and datatypes...

shouldn't be all that hard to accomplish

;o) 





More information about the thelist mailing list