1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

split up mysql modules

This commit is contained in:
Rob Ede
2023-07-17 20:59:04 +01:00
parent 6f94000c80
commit a86471501d
7 changed files with 261 additions and 257 deletions

View File

@ -38,7 +38,7 @@ You may need to ensure that you are running the commands with the correct MySQL
1. Create tables in the database:
Directory "mysql\sql" contains below listed ".sql" files:
The `sql` directory contains below listed ".sql" files:
- `bankdetails.sql`
- `branch_details.sql`
@ -69,7 +69,7 @@ You may need to ensure that you are running the commands with the correct MySQL
1. Using a different terminal send an HTTP GET/POST requests to the running server:
Directory "mysql/apis" contains below listed API's files:
The `apis` directory contains below listed API's files:
- `bank.txt`
- `branch.txt`