Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szirocica/world-database-cli-crud
Cli CRUD application in perl
https://github.com/szirocica/world-database-cli-crud
cli mysql perl perl5 regular-expression
Last synced: 22 days ago
JSON representation
Cli CRUD application in perl
- Host: GitHub
- URL: https://github.com/szirocica/world-database-cli-crud
- Owner: szirocica
- Created: 2023-04-09T12:31:43.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-19T20:20:46.000Z (over 1 year ago)
- Last Synced: 2024-11-18T18:02:41.209Z (3 months ago)
- Topics: cli, mysql, perl, perl5, regular-expression
- Language: Perl
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# World-database-Cli
Cli CRUD application in perl, using MySql database and regular expressions.The app allows to:
- Create, List, Update, Remove countries
- Create, List, Update, Remove cities
- Create, List, Update, Remove languagesHow to run:
- Open xampp, start MySql
- Open localhost in your favorite browser
- Create database by importing world_x.sql- If you don't have, download perl preferably 5.14
- Install DBD::mysql Module:
C:\>perl -MCPAN -e shell
cpan> install DBD:mysql
- run by:
perl .\world_database_cli.pl -w
To View commands use "?"