Re: Struqtural: High level database interface library

2010-07-17 Thread sturlamolden
On 17 Jul, 07:29, Nathan Rice nathan.alexander.r...@gmail.com wrote: Let’s push things to the edge now with a quick demo of many to many relationship support. For this example we’re going to be using the following XML: Departments     Department         DeptNum123/DeptNum        

Re: Struqtural: High level database interface library

2010-07-17 Thread Emile van Sebille
On 7/17/2010 6:25 AM sturlamolden said... On 17 Jul, 07:29, Nathan Ricenathan.alexander.r...@gmail.com wrote: Let’s push things to the edge now with a quick demo of many to many relationship support. For this example we’re going to be using the following XML: Departments Department

Re: Struqtural: High level database interface library

2010-07-17 Thread Nathan Rice
Oh yes, I'd rather write lines of that rather than pages of SQL in a Python string. (not to mention, avoid some easy to fall into security flaws, not have to worry about porting dialect specific SQL code, etc, etc). Fixed that for you. I can't take the credit for that part though, that magic

[ANN] Struqtural: High level database interface library

2010-07-16 Thread Nathan Rice
Struqtural makes it easy to get data into a database, and easy to work with it once it's there. Some of the big features include: * Automatically generate all tables and relations needed to represent XML in a database, including one to one, one to many, many to one and many to many relationships