crud-nodejs-mysql
A simple CRUD app using nodejs, express and mysql
File Explorer
- db.sql
- customerController.js
- index.css
- customer.routes.js
- _footer.ejs
- _header.ejs
- customers.ejs
- customers_edit.ejs
- app.js
- config.js
- db.js
- index.js
- .gitignore
- package.json
- pnpm-lock.yaml
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
mysql
View Details ▼
mysql
The MySQL tool.
mysql {{database_name}}
Connect to a database:
mysql {{[-u|--user]}} {{user}} {{[-p|--password]}} {{database_name}}
Connect to a database, user will be prompted for a password:
mysql {{[-h|--host]}} {{database_host}} {{database_name}}
Connect to a database on another host:
// repository documentation
Was this content helpful?
(0 ratings)
