Hi All, I'd like to write to the drupal database using a Java-Hibernate mapping however, I can't find any database design documentation. I guess I just need to know what inserts into which tables when you create a front page posting. I'm not a php programmer so I don't have an idea how to go about browsing through the code. Thanks
On Saturday 14 March 2009, Jay Liu wrote:
I'd like to write to the drupal database using a Java-Hibernate mapping however, I can't find any database design documentation.
I guess I just need to know what inserts into which tables when you create a front page posting.
The canonical reference is the one that comes with the modules themselves: the Schema API descriptions in the .install files. You can conveniently browse those in the admin area of your site by installing the Schema module. I also found a graph that might be interesting to you: http://drupal.org/node/184586 http://www.typo.co.il/~mooffie/tmp/schemagraph/output/ Hope that helps, cheers, Jakob
participants (2)
-
Jakob Petsovits -
Jay Liu