Download the PHP package tornevall/tornelib-php-database without Composer
On this page you can find all versions of the php package tornevall/tornelib-php-database. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tornevall/tornelib-php-database
More information about tornevall/tornelib-php-database
Files in tornevall/tornelib-php-database
Download tornevall/tornelib-php-database
More information about tornevall/tornelib-php-database
Files in tornevall/tornelib-php-database
Vendor tornevall
Package tornelib-php-database
Short Description TorneLIB - Generic database driver for MySQL, PDO, etc
License Apache-2.0
Package tornelib-php-database
Short Description TorneLIB - Generic database driver for MySQL, PDO, etc
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package tornelib-php-database
tornelib-php-database 6.1
The rewritten database driver for the tornelib-series. Written to autoselect proper driver regardless of system content.
Testing
Test works best with a database installed. Installing it automatically is not offered yet. You could do something like this to prepare data if you need to run tests:
CREATE USER 'tornelib'@'localhost' IDENTIFIED BY 'tornelib1337';
GRANT ALL PRIVILEGES ON tornelib_tests.* TO tornelib@localhost;
CREATE DATABASE tornelib_tests;
USE tornelib_tests;
DROP TABLE IF EXISTS `tests`;
CREATE TABLE `tests` (
`dataindex` int(11) NOT NULL AUTO_INCREMENT,
`data` varchar(45) NOT NULL,
PRIMARY KEY (`dataindex`,`data`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
All versions of tornelib-php-database with dependencies
PHP Build Version
Package Version
Requires
tornevall/tornelib-php-errorhandler Version
6.1.*
tornevall/tornelib-php-version Version >= 6.1.0
tornevall/tornelib-php-utils Version 6.1.*
netresearch/jsonmapper Version v2.1.0
tornevall/tornelib-php-version Version >= 6.1.0
tornevall/tornelib-php-utils Version 6.1.*
netresearch/jsonmapper Version v2.1.0
The package tornevall/tornelib-php-database contains the following files
Loading the files please wait ....