Best Database Tools Scripts for Web
Implementing the latest SQL 2011 language features, HSQLDB, also known as the HyperSQL Database is a modern toolkit for running a Java-based data storage unit.HSQLDB is an alternative to C and C++ based databases that need a special API and client...
Twitter uses it for retrieving information from a large data set, information so large that it can't be stored in one computer alone.This means that the needed data is scattered across many network servers, and hard to query without running multiple...
The MongoDB database is a document-oriented NoSQL database, perfect for high intensive load environments.The MongoDB Node.JS Driver enables developers to write apps that connect, store and retrieve information from a MongoDB database.This is a MongoDB...
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...
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...
Nomad uses raw SQL commands, being a DB-agnostic system for transferring data from one database to another.Nomad basically supports everything SQLAlchemy or the DB API support (MySQL, SQLite, PostgreSQL, Oracle, MSSQL, Firebird, Sybase, etc.).It can also...
PG Partition Manager (or pg_partman) can handle both time-based and serial-based partitions, and is a recommended tool for dealing with large data structures.
The pg_partman extension will simply split large tables into smaller pieces, for easier...
MySQL Command Line comes in two versions, one for using with basic PHP projects, and one for using with CodeIgniter applications. Both scripts will allow developers to easily add a command-line terminal for their MySQL database, allowing developers to...
The module was included as part of pywin32 version 211 and later.Features:Tested using ACCESS, MS SQL, MySQL and PostgreSQL.
Can retrieve SQL data by column name or number.
Change paramstyle to 'qmark', 'format', or...
PicoDb is not as complete as an ORM (object-relational mapper), but provides a very simple set of tools that allow the user to run basic operations on the database without exposing his credentials every time.
The library has no external dependencies, is...