DByte

DByte 1.0.0

DByte works atop PHP's PDO layer and provides a very very very lightweight interface for talking to relational databases.Support is included for MySQL, PostgreSQL, and SQLite, and the whole code is contained in under 1kb of code.DByte uses prepared...

TingoDB

TingoDB 0.4.2 updated

TingoDB is a self-contained NoSQL database that can easily be embedded with any server-side JavaScript application and provide a local data storage utility.TingoDB is compatible with MongoDB and its Node.js API, being capable of replacing MongoDB without...

Nomad

Nomad 1.17 updated

Nomad uses raw SQL commands, being a DB-agnostic system for transferring data from one database to another.Nomad basically supports everything SQLAlchemy or the DB API support (MySQL, SQLite, PostgreSQL, Oracle, MSSQL, Firebird, Sybase, etc.).It can also...

PyDbLite

PyDbLite 3.0.2 updated

The database supports the iterator protocol, so requests can be expressed with list comprehensions or generator expressions instead of pure SQL.What is new in this release:Fixed bug in Base where opening existing database would fail. What is new in...

CDatabase

CDatabase 0.1.1 updated

CDatabase simplifies the process of working with PDO as a database interfacing layer. PDO stands for PHP Data Objects, and it's a simple PHP extension that can be used as a database abstraction layer. For a few years PDO has been shipping by default...

SQLAlchemy

SQLAlchemy 1.0.6 updated

Used mostly for its ORM, SQLAlchemy is much more than that.SQLAlchemy builds its own query language and custom persistence patterns for high-performance and easy access to stored data.What is new in this release:One fairly serious unit-of-work regression...

ArangoDB-PHP

ArangoDB-PHP 2.8.1 updated

ArangoDB-PHP allows developers to interact with the ArangoDB REST API from PHP-based websites or applications. This client library was written using OOP practices, easily handles ArangoDB connections, and covers basic database operations/transactions...

Danpu

Danpu 2.6.2

Danpu works only with MySQL databases, uses little server memory, and generates standards compliant SQL dump files that can easily be restored at later points.Danpu can be used with any database size, even with large database structures.It can handle...