Best Database Tools Scripts for Web
ArangoDB-NET allows developers to interact with the ArangoDB REST API from Mono or .NET-based websites or applications.The package is basically an ODM (object document mapper), similar to what an ORM (object relational mapper) stands for to ...
Joist was inspired by Ruby on Rail's ORM.
It is based on dynamic code generation, providing support for type-safe queries and no runtime class generation.
Joist's main features are its light codebase, high performance, and easy code and schema...
MongoDB is database server written in C++. It follows the NoSQL, key-value store system and is scalable, high-performance and open sourced.Ming was written to allow developers to query, interact and automate some MongoDB database operations using Python...
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...
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...
ColdFusion Database Explorer supports any (non-ODBC socket) DSN that can be used with ColdFusion.This component can be used as a standalone tool, or it can easily be imported and embedded in other ColdFuson-powered applications as well.Documentation is...
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...
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...
CockroachDB is a relatively new database engine, created following the NoSQL key-value data storage principle.This approach allows the CockroachDB engine to be easily (horizontally) scaled while developers can have a high level of control over the data's...
TempoDB is a database service for optimal storage time-series data.This library allows developers to create Java apps that interact, store, query and modify data within a TempoDB database.via their public REST API.Other TempoDB API client...