ChuckBell / MySQL_Connector_Arduino

Database connector library for using MySQL with your Arduino projects.
331 stars 132 forks source link

MySQL Arduino interaction #121

Closed ivaring closed 2 years ago

ivaring commented 4 years ago

Hello everybody.

I have to prepare a sketch to allow to registered and enabled users to get access to Arduino through the Connector. Is it possible to use the Connector first to select the right User from a table (using a card and sending the ID from Arduino to the database), asking to other table for authorization and finally allowing access or not. I'm starting by modifying basic select sketch, I'll post it here after finished first draft, thank you.

ChuckBell commented 2 years ago

Closed due to inactivity.