Skip to content

Commit c48fb46

Browse files
authored
Update README.md
1 parent 1a90a4e commit c48fb46

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ AdvancedSQL is a SQL query builder and/or connector that helps you to generate/m
88
Connect to the Database:
99
There is no need to create the database manually, AdvancedSQL does it for you.
1010
```java
11+
import advancedsql.*;
12+
1113
try {
1214
MySQL mySQL = new MySQL("127.0.0.1", 3306, "root", "password", "database");
1315

0 commit comments

Comments
 (0)