Medoo

Medoo 1.0 updated

Medoo provides a way for PHP developers to abstract database queries and other interactions via PHP code. This allows programmers to write databases queries in PHP alone, without having to deal with SQL code or the differences in SQL syntax between...

trueDAT

trueDAT 4.0.5

trueDAT doesn't provide all the phpMyAdmin features, but is perfect for managing just one single database.Once installed trueDAT provides a pretty self-explanatory interface which developers can use and run their very own custom SQL queries against the...

Apache Derby

Apache Derby 10.12.1.1 updated

Apache Derby is one of the first database engines the Apache Software foundation hosted under its umbrella before big names like Yahoo's Hadoop, Facebook's Cassandra, or IBM's CouchDB were also donated to it. Coded from the beginning to...

RedBeanPHP

RedBeanPHP 4.3.1 updated

RedBeanPHP currently supports only the CUBRID, MySQL, PostgreSQL, and SQLite databases. Its main advantage is that it needs no special configuration to setup, making ideal to deploy on the fly with any project. RedBean can be used for practically any...

Blazer

Blazer 1.1.0 updated

Blazer supports MySQL and PostgreSQL databases and can be used to aid developing Web projects in teams where not all the developers reside in the same office or building.Developers can create database queries and then share it with their team.Each created...

BigDump

BigDump 0.36b updated

This script allows you to import of large and very large MySQL Dumps (like phpMyAdmin 2.x Dumps) even through the web-servers with hard runtime limit and those in safe mode.The script executes only a small part of the huge dump and restarts itself....

Pyrseas

Pyrseas 0.7.2

Pyrseas includes the dbtoyaml utility to create a YAML description of a PostgreSQL database's tables.A similar, yet reverse tool, yamltodb, generates SQL statements to modify a database to match an inputted YAML file.This way database setups can be easily...

DbFacePHP

DbFacePHP 4.4 updated

Just like phpMyAdmin, DbFacePHP provides a visual editor for managing both database overall settings, its tables, their structure, and its recorded data. DbFacePHP is pretty easy to use and tries to abstract as many operations as possible, letting...