Download the PHP package switon/db without Composer
On this page you can find all versions of the php package switon/db. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor switon
Package db
Short Description Direct SQL client with named binds, transient transactions, and optional read or write routing for Switon Framework
License MIT
Homepage https://github.com/switon-php/db
Package db
Short Description Direct SQL client with named binds, transient transactions, and optional read or write routing for Switon Framework
License MIT
Homepage https://github.com/switon-php/db
Please rate this library. Is it a good library?
Informations about the package db
Switon DB Package
Switon's database client layer for direct table operations, routed reads, pooled connections, transaction-safe connections, and SQL observability.
Highlights
- Table operations:
ClientInterfaceoffersinsert,update,upsert, anddeletealongside raw SQL. - Read/write routing: reads and writes can be split across the right pool automatically.
- Connection pooling: read and write calls reuse pooled connections, with transient clients available for transactions.
- Transient transaction clients: local transactions can use a client pinned to one connection.
- Metadata and SQL helpers: table metadata and SQL builders are available from the same client.
- Observable queries: DB events can feed collectors such as
SqlCollector.
Installation
Quick Start
Docs: https://docs.switon.dev/latest/db
License
MIT.
All versions of db with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.3
ext-pdo Version *
switon/command Version ^1.0
switon/core Version ^1.0
switon/di Version ^1.0
switon/event Version ^1.0
switon/pool Version ^1.0
ext-pdo Version *
switon/command Version ^1.0
switon/core Version ^1.0
switon/di Version ^1.0
switon/event Version ^1.0
switon/pool Version ^1.0
The package switon/db contains the following files
Loading the files please wait ...