Movatterモバイル変換


[0]ホーム

URL:


Search for in the

PEAR
Top Level ::Database

Package Information: DB

MainDownloadDocumentationBugsTrackbacks
» Summary» License
Database Abstraction LayerPHP License
» Current Release 
1.12.2 (stable) was released on 2024-04-15 byschengawegga (Changelog)
Easy Install

Not sure? Getmore info.

pear install DB

Pyrus Install

TryPEAR2's installer, Pyrus.

php pyrus.phar install pear/DB

» Description
DB is a database abstraction layer providing:
* an OO-style query API
* portability features that make programs written for one DBMS work with other DBMS's
* a DSN (data source name) format for specifying database servers
* prepare/execute (bind) emulation for databases that don't support it natively
* a result object for each query response
* portable error codes
* sequence emulation
* sequential and non-sequential row fetching as well as bulk fetching
* formats fetched rows as associative arrays, ordered arrays or objects
* row limit support
* transactions support
* table information interface
* DocBook and phpDocumentor API documentation

DB layers itself on top of PHP's existing
database extensions.

Drivers for the following extensions pass
the complete test suite and provide
interchangeability when all of DB's
portability options are enabled:

fbsql, ibase, informix, msql, mssql,
mysql, mysqli, oci8, odbc, pgsql,
sqlite and sybase.

There is also a driver for the dbase
extension, but it can't be used
interchangeably because dbase doesn't
support many standard DBMS features.

DB is compatible with PHP 5 and PHP 8.
» Maintainers» More Information

Packages that depend on DB

Dependencies for DB


PRIVACY POLICY | CREDITS
Copyright © 2001-2025 The PHP Group All rights reserved.
Bandwidth and hardware provided by:eUKhost

[8]ページ先頭

©2009-2025 Movatter.jp