Do anyone know of any tools to automatically generate SQL tables,
and C++ or Objective C code for object persistence.
What I want is code that takes for example code like this:
class MyClass {
        Persistent int key;

/* rest omitted */
};
And generates an SQL table declaration from it.
(In C-based languages with a preprocessor, it's easy to tag variable declarations
with metadata by using identifiers that is macro-expanded to nothing)

-------------------------------------
This sig is dedicated to the advancement of Nuclear Power
Tommy Nordgren
[EMAIL PROTECTED]




--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to