Skip to content

the-diy-life/lwip_mysql_connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LWIP MySQL connector

This is an ongoing project for a lwip mySQL connector based on TCP RAW API.
The seed for this project was an Arduino based mySQL connector called "MySQL_Connector_Arduino" by ChuckBell.

Currently implemented functions are INSERT and SELECT. We are working on testing and implementing more mysql functions. the connector is tested with mysql version 5.5 and also with xampp which uses mariadb version 10.1.19 which is a fork of mysql. Using the examples on the examples folder you can test all functions including connect,insert and select.

About

this is an ongoing project for a lwip SQL connector based on TCP RAW API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages