[maxmsp] Building/Querying a Sample Database
Niklas Saers
niklassaers at gmail.com
Sun Jul 1 13:50:44 MDT 2007
- Previous message: [maxmsp] Re: Re: Extended desktop issues
- Next message: [maxmsp] Goldsmiths summer school: introduction to coding externals
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, >> I used to use [mysql], but I haven't been able to find a UB >> version since I switched to Intel. I'd far prefer to use something >> standard like SQLite or MySQL (so it's a good thing you support >> MySQL :-) ) > SQlite looks interesting, but I'd need a compelling reason to get > in front of a Windows box for the native version. (I find Xcode on > the Mac objectionable enough... although I might have a bash at > SQlite for the Mac at some stage.) In that case I don't think we're speaking the same language. :-) SQLite is open source, and I've never used it on a windows box since I haven't had a windows box since development on it was started. ;-) It's right there in the Fink repository: i sqlite3-dev 3.2.8-1001 Embedded SQL database (include files and linkable libraries) A quick google and I found http://www.ch-werner.de/javasqlite/ which is a Java wrapper with a BSD style license. So for making something that can be distributed I'd probably choose it, for my own stuff I'm probably just sticking to MySQL out of habit ;-) Cheers Nik
- Previous message: [maxmsp] Re: Re: Extended desktop issues
- Next message: [maxmsp] Goldsmiths summer school: introduction to coding externals
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
