Top Database Tools Scripts for Web
MongoAlchemy is a layer on top of the Python MongoDB driver which adds client-side schema definitions, an easier to work with and programmatic query language, and a Document-Object mapper which allows Python objects to be saved and loaded into the...
It handles sessions, errors, connections, authentication, retrieving data and much more.Check the included README file for more documentation and instructions.What is new in this release:NEW:
Support for the BITPOS command
Connection timeout option for...
Supports any database system running the SQL language.Features:connect() to the database
deploy() the schema (CREATE TABLEs etc)
Using one or more "abstract rows" obtained via arow() the developer can do() insert, update or delete queries.
Using...
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...
Pyrseas includes the dbtoyaml utility to create a YAML description of a PostgreSQL database's tables.A similar, yet reverse tool, yamltodb, generates SQL statements to modify a database to match an inputted YAML file.This way database setups can be easily...
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 ...
PgHero can show a small status review for a desired PostgreSQL database.
This is done via a Web-based interface where admins can go and check out how their database is being used.
Admins can view a list of recent queries, current indexes, the disk space...
MongoDB is a document-oriented database management system. A driver is a client library that provides an API for connecting to MongoDB servers, performing queries and updates on those servers, and performing administrative tasks like creating indexes...
Neo4j is a high-performance graph engine with all the features of a mature and robust database.It is a data store that falls into the boundaries of a NoSQL database system.The project provides support for the Graph Export Object File Format (GEOFF),...
Data Generator Script will help developers in testing out their software and scripts by generating usable dummy data to fill in and use in their tests.
Developers can control everything from the structure of the generated data, column headers and up to...