forked from ChuckBell/MySQL_Connector_Arduino
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.properties
More file actions
9 lines (9 loc) · 940 Bytes
/
library.properties
File metadata and controls
9 lines (9 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
name=MySQL Connector Arduino
version=1.2.0
author=Dr. Charles Bell <chuck.bell@oracle.com>
maintainer=Dr. Charles Bell <chuck.bell@oracle.com>
sentence=Connects Arduino using Arduino Ethernet-compatible shields including the Ethernet Shield and WiFi Shield.
paragraph=You can use this library to 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. 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!
category=Communication
url=https://github.com/ChuckBell/MySQL_Connector_Arduino/wiki
architectures=*