Top Database Tools Scripts for Web
The IP2Location database is a well-known system for supporting basic IP-to-geo conversions.IP2Location makes it possible for developers to create geo-aware services and products, dynamically reading user IPs and providing the appropriate set of features...
While version control is one of the most used techniques in managing coding projects, it is not used that much for managing databases.
dbv.php allows DB administrators to manage various stages of their database and adjacent schemas by tracking revisions...
Open PostgreSQL Monitoring, or OPM for short, is written in Perl and is a powerful tool for database administrators that have to manage and track the performance of a PostgreSQL server.This application can track multiple servers at once, recording various...
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...
PgBouncer does not need to see full network packets at once, so memory usage is very down and limited.Several levels of brutality when rotating connections occur.In session pooling, when the client connects, a server connection will be assigned to...
pgShark is obviously inspired by WireShark, a handy state of the art network protocol analyzer.pgShark works kind of the same way, only it targets network traffic going to a PostgreSQL database.Developers can use this feature to build a wide array of...
PgBackMan works with logical backups produced via the pg_dump and pg_dumpall PostgreSQL commands.
PgBackMan will take the output of those commands and store them in a desired location, while also being able to restore them at any later points.
Support is...
The module provides support for parsing, formatting and splitting SQL statements.Can be used for parsing and interpreting SQL statements, reprinting them on screen for user analysis.What is new in this release:Bug Fixes:
Improve parsing of floats.
When...
python-ldap provides an object-oriented API to access LDAP directory servers.Mainly it wraps the OpenLDAP 2.x libs for that purpose. Additionally the package contains modules for other LDAP-related stuff (e.g. processing LDIF, LDAPURLs, LDAPv3 schema,...
ART 2.5.3 / 3.0 Alpha 3 updated
ART supports Oracle, MySQL, PostgreSQL, MSSQL and CUBRID.Reports are generated in various formats and can even be viewed using a Web interface.What is new in this release:Fix for error when drill down column has a null value
Updated French...