SparkFun Forums 

Where electronics enthusiasts find answers.

Your source for all things Atmel.
User avatar
By ds18s20
#99748
Hi everyone,

Does such thing as MySQL library exist for the official Arduino IP stack library?

By IP stack I mean the official library which works with the $45 Wiznet Ethernet controller? The one that looks like ethernet_begin() etc

I don't want to do web and php front end which I can see how could be done today with the IP library, string concatenation, http stuff.

I am looking for a true MySQL library just like the one for gcc for Linux with basic open() close() and the query function.

Thanks
~B
By stevech
#99768
ds18s20 wrote:Hi everyone,

Does such thing as MySQL library exist for the official Arduino IP stack library?

By IP stack I mean the official library which works with the $45 Wiznet Ethernet controller? The one that looks like ethernet_begin() etc

I don't want to do web and php front end which I can see how could be done today with the IP library, string concatenation, http stuff.

I am looking for a true MySQL library just like the one for gcc for Linux with basic open() close() and the query function.

Thanks
~B
SQL as in Relational Database work?
On a $5 microprocessor?