From 7ebf0be44c678835a56f7bfa482bc6f37d70c15e Mon Sep 17 00:00:00 2001 From: Isaque Neves Date: Thu, 28 Dec 2023 12:47:36 -0300 Subject: [PATCH] fix README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f8c38e..d6979d5 100644 --- a/README.md +++ b/README.md @@ -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 @@ -92,7 +92,7 @@ void main(List args) async { 'port': '3306', 'database': 'banco_teste', 'username': 'root', - 'password': 's1sadm1n', + 'password': 'pass', // 'pool': true, // 'poolsize': 2, });