> 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 magi
On 7/17/2010 6:25 AM sturlamolden said...
On 17 Jul, 07:29, Nathan Rice 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:
123
Sales
143
On 17 Jul, 07:29, Nathan Rice 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:
>
>
>
> 123
> Sales
>
> 143
> Raul Lopez
>
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