Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8df1c32

Browse files
committed
formatting changes and remove old examples directory
1 parent 18bbfaa commit 8df1c32

File tree

4 files changed

+2
-52
lines changed

4 files changed

+2
-52
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ MySQL client can be used to demonstrate SQL queries however, students should kno
2525
make a MySQL database connection from JavaScript, run queries from JavaScript and
2626
capture results of queries in JavaScript.
2727

28-
# Lesson 2: Group by, Having and Joins. Promisification of JS client with prepared statements
28+
### Lesson 2: Group by, Having and Joins. Promisification of JS client with prepared statements
2929

3030
Objective: This class introduces more clauses (group by, having) in the
3131
select statement. MySQL joins (inner, self, left and right) should be explained
@@ -35,7 +35,7 @@ Promise based JavaScript program with SQL prepared statements should be
3535
understood by students. The program can be found in the Week2 folder (Credits:
3636
@remarcmij)
3737

38-
# Lesson 3: Database design, normal forms, SQL injection
38+
### Lesson 3: Database design, normal forms, SQL injection
3939

4040
Objective: This class invites students to discuss Entity Relationship Diagram (ERD).
4141
Students should be able to explain their choices of entities, relationships, attributes etc.

examples/basic_mysql_connection/index.js

Lines changed: 0 additions & 20 deletions
This file was deleted.

examples/basic_mysql_connection/package.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

examples/basic_mysql_connection/sqlinjection.js

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)