@snap-mysql/extension
v1.3.0
Published
Snap! extension that lets Snap! programs connect to and query MySQL databases via a Node.js middleware server.
Maintainers
Readme
snap-mysql / extension
This is the Snap! MySQL Extension, a loadable JavaScript extension for the Snap! visual programming environment (https://snap.berkeley.edu/) that enables Snap! programs to connect to and query MySQL databases via a Node.js middleware server.
The extension is backend-agnostic: it targets any API-compliant server (https://gitlab.com/snap-mysql/api-contract) regardless of whether that server runs on localhost, a LAN machine or the public internet, or whether it is embedded inside an Electron application.
License
The Snap! MySQL extension is free software. You may redistribute and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.
