Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stellation-res] code checked in for XML input to table creation


Hi,

For those of you who don't know me.... My name is Annie Ying.  I just joined the Stellation team at IBM Watson as a full-time member last month.  Before joining IBM, I did my Bachelor's and Master's degrees in Computer Science at the University of British Columbia.  During my studies, I have done two summer internships with the Stellation team.

Now, getting more technical here =):  I have just checked in code for added support for generating SQL table creation statements from XML.  To use it, you need to first update your "org.eclipse.stellation.repos" project and check out a new project "org.eclipse.stellation.dbschema".  To run the code, you need a file called "dbSchema.xml" which conforms the XML schema "dbSchema.xsd" in the dbschema project.  The code currently assumes "dbSchema.xml" to be in the place where the code is running, but I can easily make the location of the file as an argument later.


For a quick summary, you can see my new postings on wiki.


Annie

Back to the top