https://github.com/hennyfeliz/java-store-console-app
Small console application with mysql and relational data persistence, several related tables and with codes that refer to the others in an important way.
https://github.com/hennyfeliz/java-store-console-app
Last synced: 2 months ago
JSON representation
Small console application with mysql and relational data persistence, several related tables and with codes that refer to the others in an important way.
- Host: GitHub
- URL: https://github.com/hennyfeliz/java-store-console-app
- Owner: hennyfeliz
- Created: 2022-08-11T20:09:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T20:35:58.000Z (almost 3 years ago)
- Last Synced: 2025-01-27T10:43:41.669Z (4 months ago)
- Language: Java
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# java store console app
Small console application with mysql and relational data persistence, several related tables and with codes that refer to the others in an important way.| Productos | Empleados | Tiendas |
| ------------- | ------------- |------------- |
| show product(s) | show employee(s) | show store(s) |
| insert product(s) | insert employee(s) | insert store(s) |
| Update product(s) | update employee(s) | update store
| delete product(s) | delete employee(s) | delete store
| send product(s) | | See lost products
| | | See products from that storea