SimpleCrud works the same way any DB abstraction layer works, setting up an interface that simplifies running database transactions and lets the developer focus on his app instead of the correctness of SQL statements.Usage instructions are included with...

Apache Empire-db

Apache Empire-db 2.4.4 updated

Apache Empire-db functions like a Java ORM but it provides extra support for basic data persistence methods. This implicitly means better targeted SQL statements that provide better and more efficient query results. Empire-db is easy to use, not requiring...

SQL Parser

SQL Parser 0.5.0 updated

SQL Parser can be used by database developers to parse SQL queries before they're sent to the server and keep a log of what the database has been queried with.SQL Parser does not parse the query results, but the query and all its parameters.Works only...

EJDB

EJDB 1.2.8 updated

EJDB was modeled after MongoDB and uses a key-value pair system (NoSQL) to store data in static JSON files.This means, as with any NoSQL-like database that it's fast, but can't work with too complicated data structures.What is new in this...

Transfer ORM sets up an intermediary layer between the actual ColdFusion code and the database itself.This layer automates some of the processes and tasks needed to manipulate the SQL code and interact with the database, also improving the application's...

Stairtower

Stairtower 0.0.1

Stairtower is a (pretty alpha) version of MongoDB, but written in PHP instead of a C or C++.This allows it more flexibility and better portability, letting developers add it to any of their projects without having to install it on the server like other...

SimpleMysql is actually a wrapper for MYSQLdb, an advanced MySQL client for Python developers.SimpleMysql does nothing more than to simplify some of its syntax and narrow down support only to the common MySQL transactions.Just as the original, to run SQL...