database-abstraction
There are 28 repositories under database-abstraction topic.
fortunejs/fortune
Non-native graph database abstraction layer for Node.js and web browsers.
ADOdb/ADOdb
ADOdb is a PHP database class library that provides powerful abstractions for performing queries and managing databases. ADOdb also hides the differences between DB engines so you can easily switch them without changing your code.
LucianoPAlmeida/OGMNeo
[No Maintenance] Neo4j nodeJS OGM(object-graph mapping) abstraction layer
adambinnersley/pdo-dbal
A simple database abstraction layer using PHP and PDO
hoaproject/Database
The Hoa\Database library.
jasny/persist-core
Service based DB abstraction layer for PHP
gonzie/pdoload
Small PDO wrapper/abstraction layer to provide read/write endpoints and load balancing capabilities in one line of code
krmgns/oppa
Oppa: Database abstraction, query building and active record implementation with PHP.
anthonygauthier/MySimpleORM
Simple, lightweight and effective PHP ORM using MySQLi.
solutionstack/Linda
Linnda ORM for PHP
omarAjmi/DALphpPDO
Php database abstraction layer using PDO
jasny/db-mongo
Service based DB abstraction layer for PHP (MongoDB)
PatrickKoss/lecture-ws-development-of-a-db-app
A comprehensive codebase offering multi-language examples for integrating applications with RDBMS like SQLite, employing ORM for database abstraction, utilizing migration frameworks for schema transitions, and implementing REST APIs.
meticulousCraftman/graphDB
A database abstraction layer that behaves as a graph database while storing all the data in a MySQL database.
chrisandchris/passive-record-orm
A database layer, passive record and orm abstraction layer for your php application.
Txuritan/rewryte
A tool to transform database schema files into SQL files for MySQL, PostgreSQL, and SQLite, along with Rust models.
woohoolabs/larva
A simple database abstraction
CodingTarik/Pangolin-Database-Manager
Pangolin Database Manager
geo-stanciu/go-utils
Database abstraction when working with the standard database/sql package, sql to struct column mapper, logging to database, etc.
magiruuvelvet/awesomedb
Model-based Database Abstraction Library using QtSql for C++
pakjiddat/Utilities-Framework
Set of Php classes providing utility functions
cheeseburgames/pdo-database-manager
PDO-based Database Manager With Useful Extensions
dawidgorecki/dbal-php
Database abstraction layer (DBAL) for PHP
leven-framework/dba-common
📑 simple database abstraction interface with OOP query builder and a mock implementation for easy testing
miroslaw-zieba/secure-query-handler
Secure Query Handler by Mirosław Zięba is a PHP class for secure, efficient SQL query management. Designed for robust database security, dynamic parameter validation, and transaction handling, it leverages parameterized queries to protect against SQL injection and maintain data integrity.
farfarfun/fundb
数据库操作工具包 - 提供多种数据库的统一操作接口
nixphp/orm
Small ORM for NixPHP using nixphp/database.
quellabs/objectquel
A powerful PHP ORM built on the Data Mapper pattern with an intuitive entity-based query language inspired by QUEL.