New Database Tools Scripts for Web
When used, it will dump the entire content of a Redis database to a JSON file.The reverse operation is supported as well, restoring a Redis database from a JSON stream.The output format can be controlled by developers, and support for outputting to an...
tomdb doesn't actually deal directly with MySQL, but it wraps around MySQLdb, a well-known, mature Python client to MySQL. tomdb basically simplifies the entire process of dealing with MySQL queries and other SQL transaction, making it easy even for...
Python-PouchDB provides a synchronous API to run PouchDB database queries from Python code.All PocuhDB features are supported as well via Python-PouchDB.Requirements:Python 2.x only
PouchDB
PySide or...
TempoDB is a database service for optimal storage time-series data.This library allows developers to create Python apps that interact, store, query and modify data within a TempoDB database.via their public REST API.Other TempoDB API client libraries...
Written in PHP, BIKE allows programmers to interact with a database via a web browser.Perfect for remote databases or a getting more organized query resultsFeatures:Records up to 40 recent queries
Twitter Bootstrap based interface
AJAX...
Agamemnon uses Pycassa to transform Apache Cassandra into a graph database, even if this wasn't Cassandra's main original purpose.Besides Cassandra, Agamemnon also took inspiration from Neo4j when it built its API, another great graph database system, but...
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...
The "MySql database backup" PHP script is incredibly easy to setup and can be configured to easily create a local backup for all the databases on a MySQL server.The script works by dumping the content of each database into a .sql file, which is then...
Apache Commons DbUtils is not an ORM built on JDBC, but merely a set of tools that upgrade JDBC with even more features, developed by the fine folks at the famous and hugely prodigious Apache Foundation.DbUtils simplifies the process of running a query or...
In the meantime, SQLite has become an unofficial de-facto standard for storing data on the client's side.SQLite has actually become so successful these days that an official extension has even been included with the newer PHP 5.x branch by...