{ "name": "MySQL_MariaDB_Generic", "version": "1.7.2", "keywords": "Communication, Database, Storage, MySQL, MariaDB, wt32-eth01, Teensy, SAMD, nRF52, W5x00, Ethernet, wifi, wifinina, lan8720, rp2040, nano-33-iot, nano-rp2040-connect, QNEthernet, native-ethernet, Portenta-H7, SAM DUE, ENC28J60, rpi-pico, Arduino, AVR", "description": "Connects to MySQL or MariaDB using ESP8266/ESP32, WT32_ETH01 (ESP32 + LAN8720A), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, RP2040-based boards, Portenta_H7, etc. with W5x00, ENC28J60 Ethernet, Teensy 4.1 NativeEthernet/QNEthernet, WiFiNINA modules/shields or Portenta_H7 WiFi/Ethernet. W5x00 can use Ethernet, EthernetLarge, Ethernet2 or Ethernet3 library. ENC28J60 can use either EthernetENC or UIPEthernet Library. Now accepting server's hostname, besides IPAddress. Ethernet_Generic library is used as default for W5x00", "authors": [ { "name": "Dr. Charles Bell", "url": "https://github.com/ChuckBell", "email": "chuck.bell@oracle.com" }, { "name": "Khoi Hoang", "url": "https://github.com/khoih-prog", "email": "khoih-prog@gmail.com", "maintainer": true } ], "repository": { "type": "git", "url": "https://github.com/khoih-prog/MySQL_MariaDB_Generic" }, "homepage": "https://github.com/khoih-prog/MySQL_MariaDB_Generic", "export": { "exclude": [ "linux", "extras", "tests" ] }, "dependencies": [ { "owner": "khoih-prog", "name": "WiFiNINA_Generic", "version": "^1.8.14-3", "platforms": ["*"] }, { "owner": "khoih-prog", "name": "WebServer_WT32_ETH01", "version": ">=1.4.1", "platforms": ["*"] }, { "owner": "khoih-prog", "name": "ESP8266_AT_WebServer", "version": "^1.5.3", "platforms": ["*"] }, { "owner": "stm32duino", "name": "STM32duino LwIP", "version": ">=2.1.2", "platforms": ["ststm32"] }, { "owner": "stm32duino", "name": "STM32Ethernet", "version": ">=1.2.0", "platforms": ["ststm32"] }, { "owner": "uipethernet", "name": "UIPEthernet", "version": ">=2.0.8", "platforms": ["*"] }, { "owner": "jandrassy", "name": "EthernetENC", "version": ">=2.0.2", "platforms": ["*"] }, { "owner": "jandrassy", "name": "WiFiEspAT", "version": ">=1.3.2", "platforms": ["*"] }, { "owner": "khoih-prog", "name": "Ethernet_Generic", "version": "^2.0.1" }, { "owner": "ssilverman", "name": "QNEthernet", "version": ">=0.14.0", "platforms": ["teensy"] } ], "license": "MIT", "frameworks": "*", "platforms": "*", "examples": "examples/*/*/*.ino", "headers": ["MySQL_Generic.h", "MySQL_Generic.hpp"] }