[PD-dev] Sqlsingle

Alexandre Quessy listes at sourcelibre.com
Mon Feb 6 20:32:32 CET 2006


Georg Holzmann a écrit :

> Hallo!
>
>> This would be great!  Is a [sql] object possible that would access
>> any  SQL database?  That would be even better.
>
>
> hm - what do you mean by any SQL database?
> I once made a simple abstraction to access SQL database with pyext and
> the python SQL Interface... if that would be useful I could search for
> it ...
>

It would be nice to use a database abstraction layer for C. Then, the
user would just need to provide the proper DSN to connect to the right
manager, and then write his queries in messages. This is an example of a
C database abstraction layer I just googled :
http://linux.softpedia.com/get/Database/Database-Engines/Database-Independent-Abstraction-Layer-for-C-669.shtml

Of course, it would be a whole new object. It is very interesting. :-)

aalex





More information about the Pd-dev mailing list