Update README.md

This commit is contained in:
2022-02-28 09:03:33 +00:00
parent abdfb36161
commit 9dff2902e2

View File

@@ -1,4 +1,4 @@
# DBWrapper - Version 1.7.0 # DBWrapper - Version 2.0.1
This script is a simple wrapper for SQLite3, MySQL and PgSQL, for make possible to use different BD systems without changing the functions. 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: In composer:
```bash ```bash
composer require jkanetwork/dbwrapper "~1.7.0" composer require jkanetwork/dbwrapper "~2.0.1"
``` ```
By hand: Download the php file inside src folder By hand: Download the php file inside src folder
@@ -74,7 +74,7 @@ By hand: Download the php file inside src folder
-mysql/mysqli -> MySQL or MariaDB -mysql/mysqli -> MySQL or MariaDB
-sqlite/sqlite3 -> Sqlite3 -sqlite/sqlite3 -> Sqlite3
-PostgreSQL/PgSQL/pg -> PostgreSQL -PostgreSQL/PgSQL/pg -> PostgreSQL
-mssql -> Microsoft SQL Server (Needs sqlsrv lib installed) -mssql/sqlsrv -> Microsoft SQL Server (Needs sqlsrv lib installed)
$conn is the connection stablished in dbw_connect (ie. $conn = dbw_connect('sqlite','file.sqlite')) $conn is the connection stablished in dbw_connect (ie. $conn = dbw_connect('sqlite','file.sqlite'))