S Database Explorer v3.0.0
S Database Explorer (SDE) v3.0.0
- Release Date: July 16, 2023
- Version Code: 3
- Release type: Major
- Stability: Stable
Requirements
- PHP Version: 7.4 or higher
- PHP Extensions: PDO, JSON
- MySQL Version: 8.0 or higher
Version 3.0.0 is a major release of S Database Explorer (SDE). It is a complete rewrite of the library. It is now compatible with PHP 7.4 or higher. It uses PDO instead of MySQLi.
Changes
- Added support for PHP 7.4 or higher.
- Replaced MySQLi with PDO.
- Renamed custom query method to
run()
. - Renamed last insert item method to
last()
. - Renamed number of rows count method to
count()
. - Added JSON output method.
- Added sum method.
- Added
CHANGELOG.md
file. - Added
composer
support.