From 21f7a18adda8626d64d74cac816c9c8be41697d9 Mon Sep 17 00:00:00 2001 From: JKA Network Date: Tue, 23 Mar 2021 13:14:17 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 590ab59..d910f6c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# DBWrapper - Version 1.6.0 +# DBWrapper - Version 1.7.0 This script is a simple wrapper for SQLite3, MySQL and PgSQL, for make possible to use different BD systems without changing the functions. @@ -6,7 +6,7 @@ This script is a simple wrapper for SQLite3, MySQL and PgSQL, for make possible In composer: ```bash -composer require jkanetwork/dbwrapper "~1.6.0" +composer require jkanetwork/dbwrapper "~1.7.0" ``` By hand: Download the php file inside src folder @@ -74,6 +74,7 @@ By hand: Download the php file inside src folder -mysql/mysqli -> MySQL or MariaDB -sqlite/sqlite3 -> Sqlite3 -PostgreSQL/PgSQL/pg -> PostgreSQL + -mssql -> Microsoft SQL Server (Needs sqlsrv lib installed) $conn is the connection stablished in dbw_connect (ie. $conn = dbw_connect('sqlite','file.sqlite'))