Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaque Neves committed Dec 28, 2023
1 parent ac30daf commit 7ebf0be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ eloquent 5.2 query builder port from PHP Laravel to dart

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

for now it only works with PostgreSQL
for now it only works with PostgreSQL and MySQL


## Creating a connection executing a simple select
Expand Down Expand Up @@ -92,7 +92,7 @@ void main(List<String> args) async {
'port': '3306',
'database': 'banco_teste',
'username': 'root',
'password': 's1sadm1n',
'password': 'pass',
// 'pool': true,
// 'poolsize': 2,
});
Expand Down

0 comments on commit 7ebf0be

Please sign in to comment.