Best Database Tools Scripts for Web
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)...
Apache MRUnit lets developers write unit tests that can be used in detecting problems with MapReduce jobs before their run on the database itself.By unit testing Hadoop's MapReduce jobs, developer can avoid useless resource consumption, a good habit to...
Allows connecting OLEDB-driven apps to the CUBRID RDBMS.OLE DB is an API designed by Microsoft for accessing data from a variety of sources in an uniform manner.What is new in this release:The driver support is for Cubrid version 8.4.1,8.4.3 ,8.4.4,9.1.0,...
NHibernate automatically renders SQL for handling objects, based on an XML description.Features:Natural programming model
Native .NET support
Support for fine-grained object models
No build-time bytecode enhancement
Query options
Custom SQL
Support for...
Apache CouchDB was initially developed at IBM and donated later on to the Apache Software Foundation.Compared to other databases around, CouchDB is still very young, but this has not stopped it from gathering quite a following in its short lifespan.The...
Apache CouchDB is a document-oriented database developed at the Apache Software Foundation, written in Erlang, implementing NoSQL principles. Relaxo facilitates using Apache CouchDB with Ruby-based applications, allowing the developer to write as less...
Sqitch works just like any other version control system, tracking changes between files, but unlike normal VCS systems, Sqitch tracks only changes made to a database.If something went wrong at one point or another during the development stage, Sqitch...
Provides Python, Django and SQLAlchemy support for IBM DB2 (LUW, zOS, i5) and IDS (Informix Dynamic Server).A Django version is also...
The module is built on top of the native MongoDB Python driver.What is new in this release:Now MongoKit required PyMongo >= 2.5
find_and_modify returns None if the query fails
Fix off-by-one error on SchemaDocument
Fix inherited queries
Fix for...
Apache HBase was modeled after Google's internal BigTable database system and was built atop the famous Apache Hadoop data processing framework and distributed computing engine.
Because it was built on Hadoop, some of its cool features are also inherited...