Libraries tagged by pdo_interbase
croak-sqlite-dbmanagement/sqlite-dbmanagement
31 Downloads
a set of php objects and interfaces for a simple use of sqlite databases
croak-dbmanagement/dbmanagement
47 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
15 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
115 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.