New Database Tools Scripts for Web
miniMySQLAdmin is a slimmed down version of phpMyAdmin, allowing webmasters to edit the content of any MySQL database.The entire application is contained in one single file (mysqladmin.php) which developers can download and upload to any PHP-capable...
Mango is a basic MongoDB driver for .NET developers, letting them easily interface with a local or remote database at will.The entire Mango library is contained in one single C# file and can easily be added to any existing project.Mango is also available...
Ladder is a tool you'd generally use while working on a PHP and MySQL powered application, and is extremely useful when developing within a team of developers, all on the same code, at the same time.In these kinds of environments, changes to the default...
Written in PHP, the client is a simple GUI, adequate for developers that want to execute queries in their database.Because it is web-based, it is perfect for replacing desktop MySQL client applications.Features:cursor-pointer" onclick="spovl3hide();">...
Apache Torque is a middle layer that stands between your Java code and the database server.It works by taking custom Torque Java objects and converting them into compliant SQL code that can be run on the database.Besides just running SQL statements,...
Souch allows developers to send, retrieve and save data from a Node.js application or website inside an Apache CouchDB database.Souch is a simple wrapper that abstracts CouchDB commands to JavaScript.This means developers can write normal S code that...
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...
JSON is a light-weight, language independent, data interchange format. The PL/SQL object syntax allows developers to create a JSON objects and then add data to it.This includes members, arrays and additional JSON objects.The object type can persistently...
MoSQL is a lightweight module that allows Python developers to use Python-specific syntax to work with SQL-driven databases.This means the code written to interact with the database looks like Python, but is converted to standard, working SQL statements...
Ashikawa allows developers to interact with the ArangoDB REST API from Ruby-based services, websites or applications.It provides low level access and is basically an ODM (object document mapper), similar to what an ORM (object relational mapper)...