We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac30daf commit 7ebf0beCopy full SHA for 7ebf0be
README.md
@@ -7,7 +7,7 @@ eloquent 5.2 query builder port from PHP Laravel to dart
7
8
https://laravel.com/docs/5.2/queries
9
10
-for now it only works with PostgreSQL
+for now it only works with PostgreSQL and MySQL
11
12
13
## Creating a connection executing a simple select
@@ -92,7 +92,7 @@ void main(List<String> args) async {
92
'port': '3306',
93
'database': 'banco_teste',
94
'username': 'root',
95
- 'password': 's1sadm1n',
+ 'password': 'pass',
96
// 'pool': true,
97
// 'poolsize': 2,
98
});
0 commit comments