Libraries tagged by pdo_interbase
sundflux/libvaloa
254 Downloads
Libvaloa is a small utility library for generating HTML user interfaces using XML+XSL.
slicks/fluentdb
4 Downloads
fluentdb allows the expressive writing of database queries and routines. fluentdb is fluent, which is intuitive as you can nearly guess what should come next even if you are just getting started with fluentdb. fluentdb is not an ORM. It was developed to allow folks coming from relational databases background write expressive queries with object interactions in mind. fluentdb has been tested with MySQL in this release; tests for other databases will be added as they complete.
rotexsoft/gdao
3420 Downloads
A package containing class and interface definitions that can be used as a basis for a Table Data Gateway (http://bit.ly/1F8Zjfc) and Data Mapper (http://bit.ly/1hD2qCc) implementation of a database access library that performs data manipulation (DM) tasks.
nia/sql-adapter
539 Downloads
Collection of interfaces to use SQL databases using the nia framework. The interfaces allow you to separate your connection into a read and a write connection.
milantex/daw
115 Downloads
Database Access Wrapper for Milantex's projects.
jitsu/sqldb
44 Downloads
Convenient OOP interface to SQL databases
dashifen/database
9 Downloads
A wrapper around the extended PDO object from Aura/SQL using the interface that Dash prefers.
croak-sqlite-dbmanagement/sqlite-dbmanagement
33 Downloads
a set of php objects and interfaces for a simple use of sqlite databases
croak-dbmanagement/dbmanagement
51 Downloads
a set of php objects and interfaces for a simple use of databases using PDO
ans/db
19 Downloads
DB Interface Library
mevdschee/pathpdo
1 Downloads
JSON interface to a PDO connected SQL database.
retamayo/absl
17 Downloads
Absl (PHP Database Abstraction Library) is a lightweight and flexible library designed to simplify database operations in PHP applications. It provides a convenient interface for interacting with various database systems using the PHP Data Objects (PDO) extension.
erykai/database
118 Downloads
Responsible for making CRUD with database, using PDO, compatible with: Cubrid, FreeTDS / Microsoft SQL Server / Sybase, Firebird, IBM DB2, IBM Informix Dynamic Server, MySQL 3.x/4.x/5.x, Oracle Call Interface, ODBC v3 (IBM DB2, unixODBC and win32 ODBC), PostgreSQL, SQLite 3 and SQLite 2, Microsoft SQL Server / SQL Azure e MariaDB
adnen/php-crud-with-cli
0 Downloads
This is a simple PHP CLI application that performs basic CRUD (Create, Read, Update, Delete) operations on a user table in a MySQL database using PDO (PHP Data Objects). The script interacts with the database through a Command-Line Interface (CLI) and outputs results as JSON in the terminal.