DataBoss

DataBoss 1.5.0

A database ORM (Object-Relational Mapper) is a library that abstracts database operations to a specific programming language. In layman's terms, an ORM is a collection of functions which when used automatically execute SQL code upon a database.ORMs are...

DataMapper

DataMapper 1.2.0

DataMapper is a thread-safe ORM for Ruby that allows developers to easily interact with various data storage systems using a common application programming interface (a.k.a. an API).It comes with lots of features and (official and community supported)...

DataMgr

DataMgr 2.5.1

DataMgr is a wrapper around basic CRUD (Create Read Update Delete) database operations allowing developers to easily write code that connects and then modifies data stored inside a database.On top of this, developers can also use DataMgr to define a...

Datomic

Datomic 0.9.5344 updated

Datomic uses advanced concepts when it comes to storing and retrieving information from a database, coming packed with lots of features and utilities that will make your rethink all you know and have known about database engines. But here's a better...

db.js

db.js 0.9.2

db.js setups up an API for easy data additions, queries, and data manipulation.The library can be used to store data on the client side using a technology superior to cookie files, yet not that powerful to rival self-standing database engines.db.js allows...

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...

DBKiss

DBKiss 1.16 / 2.00 Beta

The class is easy to setup and provides a much faster interface to DB tables than the laggy and complex phpMyAdmin.Features:MySQL and PostgreSQL support Import/export of data Searching the database or single table Advanced SQL editor Save...

DbNinja

DbNinja 3.2.6

DbNinja is perfect for both developers, companies and newbies alike, allowing webmasters to manage a complex database like MySQL to be managed with a simple "one-push button" interface, compared to the over-complicated MySQL CLI.The entire system is very...

dbv.php

dbv.php 1.2 updated

While version control is one of the most used techniques in managing coding projects, it is not used that much for managing databases. dbv.php allows DB administrators to manage various stages of their database and adjacent schemas by tracking revisions...

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...