Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Custom VMs From 1 to 96 vCPUs With 99.95% Uptime
General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.
Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
jxml2sql is a Java application for converting database structures in XML to other formats useful for database administration (ie. SQL for table creation, HTML for reference docs). jxml2sql uses a minimalistic, non-validating, Java XML parser (NanoXML).
How many times have you hand coded a MySQL tableeditor in PHP? PHPMyEdit provides an instant tableeditor. All you need to do is to write a simple calling program (and there's a utility to do this) and the job's a good 'un!
Tksql allows you to edit PostgreSQL and MySQL tables. You can use it from the shell prompt, specifying the name of a table, or an SQL satement, or just the name of a database. It has filter capabilities which are very easy to use. Two views are possible
mySQLweb is web interface for building SQL queries to MySQL databse. Query builder allows user to add and remove tables, set relations, apply criterias etc. Results are output in a table. The look is easy to change - it is simply CSS formatted XHTML.
ProDBA The cross platform Oracle development/administration tool written in Java. Features a powerful SQLeditor and schema navigator. Can export dynamic queries to the web.
Copper is a GUI tool to aid developpers using Oracle or MySQL. It presents sql query results in a table. You can select/update/insert etc. Copper supports single click updates, syntax highlighting and lets you browse your tables and columns.
AMS is an address management system consisting of a perl script and a configuration file for sql databases (msql, postgressql, mysql, ..). Adresses can be searched, mantained and downloaded (CSV, Text-TAB delimeted, LaTeX table) from a server via Browser
an API for rapidly developing Java,
desktop apps It includes a virtual desktop ,
user interface API, GUI client for management of SQL
databases,and a form design tool which allows basic
application code to be generated from a SQLtable or tables
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Php Database class creation wizard. This code creates a php class for a database table that includes all required SQL to update the database as well as form output code.
CdBase is a front-end for PGSQL. It grep the cdlabel and contents to maintain a database. Fully configurable, it create the db and the general table; each cdrom has its own table in relation with the generic table.
Zadoc is (so far) a browser for oracle tablespace heirarchies. Doesn't let you at user data just yet. My hope is to eventually make a SQL*Navigator type tool, and also incorperate functionality such as plan table front-end and performance tuning features
A PHP class that replace the need to build textual SELECT queries.
By using commands like $query->select( $table->column, $table->column2 ); you can easily create complex queries with no need to write pure SQL.
AQAL makes easy to access data on DBs without know SQL.
It implements Business Object/Manager pattern: Object maps table, builds SQL syntax, carries data; Manager performs queries, handles Objects (conveniently extended by Application Business Objects).