Skip to content

Commit 7ebf0be

Browse files
author
Isaque Neves
committed
fix README
1 parent ac30daf commit 7ebf0be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ eloquent 5.2 query builder port from PHP Laravel to dart
77

88
https://laravel.com/docs/5.2/queries
99

10-
for now it only works with PostgreSQL
10+
for now it only works with PostgreSQL and MySQL
1111

1212

1313
## Creating a connection executing a simple select
@@ -92,7 +92,7 @@ void main(List<String> args) async {
9292
'port': '3306',
9393
'database': 'banco_teste',
9494
'username': 'root',
95-
'password': 's1sadm1n',
95+
'password': 'pass',
9696
// 'pool': true,
9797
// 'poolsize': 2,
9898
});

0 commit comments

Comments
 (0)