Download the PHP package kingsoft/db without Composer
On this page you can find all versions of the php package kingsoft/db. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor kingsoft
Package db
Short Description Efficient PDO Database connection wrapper. Reads settings from settings.ini/SETTINGS global constaant
License MIT
Package db
Short Description Efficient PDO Database connection wrapper. Reads settings from settings.ini/SETTINGS global constaant
License MIT
Please rate this library. Is it a good library?
Informations about the package db
Database wrapper
Singleton that uses POD
and connects with the following options
- FETCH_BOUND
- ERRMODE_EXCEPTION
- SET NAMES utf8
Interface
- getConnection static returns the single instance PDO object
- throw DatabaseException
Configure
Use kingsoft/Utils to include a settings file
The settings file should include this
Documenter
A simple database documenter generaring the code to create tables, view, procedure and functions. Make sure the DB user has the proper rights to create these otherwise the result will be empty
Sample
All versions of db with dependencies
PHP Build Version
Package Version
The package kingsoft/db contains the following files
Loading the files please wait ....