VincentSteil / World_Crisis_DB

Creating a database for world crises similar to what IMDB is for movies that can be navigated in a similar manner. Parsed and accessed through python and initially stored in XML and validated against an XSD. The XML is converted in MySQL later on.
1 stars 0 forks source link

Implementation #44

Closed mduban closed 11 years ago

mduban commented 11 years ago

Use assert to check pre-conditions, post-conditions, argument validity, return-value validity, and invariants. Worry about this last, but your program should run as fast as possible and use as little memory as possible.

mduban commented 11 years ago

Import to SQL is working

mduban commented 11 years ago

Import from SQL to XML should also be working.

mduban commented 11 years ago

Seems to be alright and working so far, passed the unit tests I created.

mduban commented 11 years ago

Done.

mduban commented 11 years ago

It is importing and exporting to and from my database, to make it universal uncomment the appropriate lines and change the code a lil.