Skip to content

Commit f438b86

Browse files
author
Chuck.Bell
committed
Update readme
1 parent b51dbb1 commit f438b86

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1-
# MySQL_Connector_Arduino
2-
Database connector library for using MySQL with your Arduino projects.
1+
MySQL Connector/Arduino
2+
=======================
3+
Have you ever wanted to connect your Arduino project to a database to either store the data you've collected or retrieve data saved to trigger events in your sketch? Well, now you can connect your Arduino project directly to a MySQL server without using an intermediate computer or a web- or cloud-based service. Having direct access to a database server means you can store data acquired from your project as well as check values stored in tables on the server.
4+
5+
This also means you can setup your own, local MySQL server to store your data further removing the need for Internet connectivity. If that is not an issue, you can still connect to and store data on a MySQL server via your network, Internet, or even in the cloud!
6+
7+
The MySQL Connector/Arduino is a library that permits you to do exactly that and more!
8+
9+
See the reference manual in the docs folder for how to get starting using the library.

0 commit comments

Comments
 (0)