Hi Mike, I did some work on this last year, but gave up for lack of time. I basically renamed it to psql, and changed the code so that it doesn't open, close and flush the database for every query, i.e. no more 'single'.
If you are interested, I can send you the source tarball + diffs off list. Jamie On Mon, 2007-06-11 at 07:28 -0500, Mike McGonagle wrote: > http://www.reverberant.com/PD/sqlsingle.tar.gz > > > Thanks a lot for this, I am currently using MySQL, but I am sure that > this will serve as a template. > > > Mike McGonagle > > On 6/8/07, Alexandre Quessy <[EMAIL PROTECTED]> wrote: > > HI all, > > You can try sqlsingle, that is an interface to PostgreSQL. > > http://lists.puredata.info/pipermail/pd-list/2001-02/001829.html > > > > Must be somewhere in the CVS. > > > > a > > > > 2007/6/3, David Powers <[EMAIL PROTECTED]>: > > > To be honest, I've never had complete success getting py/pyext to run > > > ... ie. only about half of the help patch seemed to work on winxp. > > > > > > Well, I'm going to d/l a new pd-extended right now and see if I have > > > better luck. Haven't tried a recent release in some time for fear of > > > breaking Gem. > > > > > > ~D > > > > > > On 6/3/07, Thomas Grill <[EMAIL PROTECTED]> wrote: > > > > Hi all, > > > > this has already been discussed a couple of times... it should be > > > > straightforward using the Python scripting language (via py/pyext) > > > > and the modules that come with it. > > > > greetings, > > > > Thomas > > > > > > > > Am 02.06.2007 um 22:56 schrieb David Powers: > > > > > > > > > This would be awesome, could do some really cool net art projects > > > > > with this. > > > > > > > > > > ~David > > > > > > > > > > On 5/30/07, Mike McGonagle <[EMAIL PROTECTED]> wrote: > > > > >> Hello all, > > > > >> > > > > >> I was wondering if anyone had thought of creating an interface set of > > > > >> externals for storing and retrieving data from a Database? Basically, > > > > >> I was interested in seeing if anyone has created some externals that > > > > >> do basic SQL transactions. > > > > >> > > > > >> Or is this something that is not very practical? > > > > >> > > > > >> Mike McGonagle > > > > >> > > > > >> If you think you can, or you think you can't, you are probably right. > > > > >> —Mark Twain > > > > >> > > > > >> _______________________________________________ > > > > >> [email protected] mailing list > > > > >> UNSUBSCRIBE and account-management -> http://lists.puredata.info/ > > > > >> listinfo/pd-list > > > > >> > > > > > > > > > > _______________________________________________ > > > > > [email protected] mailing list > > > > > UNSUBSCRIBE and account-management -> http://lists.puredata.info/ > > > > > listinfo/pd-list > > > > > > > > > > > > > Thomas Grill > > > > http://grrrr.org > > > > > > > > > > > > > > > > > > _______________________________________________ > > > [email protected] mailing list > > > UNSUBSCRIBE and account-management -> > > > http://lists.puredata.info/listinfo/pd-list > > > > > > > > > -- > > Alexandre Quessy > > http://alexandre.quessy.net > > http://www.puredata.info/Members/aalex > > > > _______________________________________________ > > [email protected] mailing list > > UNSUBSCRIBE and account-management -> > > http://lists.puredata.info/listinfo/pd-list > > > > _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
