Does such thing as MySQL library exist for Arduino IP stack

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

ds18s20:
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?

oops my bad, should have been more specific: client library, not server :slight_smile:

even so