Skip to content

Commit d007607

Browse files
author
Chuck Bell
committed
Update properties file.
1 parent c3b1e47 commit d007607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name=MySQL Connector Arduino
22
version=1.2.0
3-
author=Dr. Charles Bell
3+
author=Dr. Charles Bell <chuck.bell@oracle.com>
44
maintainer=Dr. Charles Bell <chuck.bell@oracle.com>
55
sentence=Connects Arduino using Arduino Ethernet-compatible shields including the Ethernet Shield and WiFi Shield.
66
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!

0 commit comments

Comments
 (0)