Libraries tagged by fetch pdo
aura/sql
1767059 Downloads
A PDO extension that provides lazy connections, array quoting, query profiling, value binding, and convenience methods for common fetch styles. Because it extends PDO, existing code that uses PDO can use this without any changes to the existing code.
qdladoooo/sweeter-fetch
36 Downloads
Sweeter-fetch, a wrapper of PDO. Procedure oriented, pre process, as supplement of ORM.
qdladoooo/laravel-sweeter-fetch
53 Downloads
Sweeter-fetch for laravel.
emeka/fetcher
34 Downloads
Fetcher is a super light weight PHP database driver, that helps you sync and fetch data from any PDO database in your application.
goisneto/mysqlutil
4 Downloads
Easy way to make MySQL querys, use PDO with prepare statement and fetch results
charm/database
0 Downloads
Yet another PDO wrapper. Because I don't like to explicitly prepare and execute and fetch every single query. Can use a PDO instance from you, or it makes a new connection standalone.