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
Gemini 3 and 200+ AI Models on One Platform
Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
Copper is a GUI tool to aid developpers using Oracle or MySQL. It presents sqlquery 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.
This project is a 3-tier Database Query Tool to written in java. The GUI client presents the user with an interface to enter text SQL Queries and view the results. The query server relays requests to the database and formats the response.
OracleSQL is a java based query analyzer/thin client development tool. It is meant to be an alternative to Oracle's SQL PLUS that eliminates the need to install any Oracle software on the client.
The purpose of this project is to produce an application which can help to determine if you have written efficient SQL queries for MySQL. The application will run the query against a database and tell you how the query is performing.
DISCONTINUED PROJECT (see news) - jConsole is essentially a management console (written in Java) that can have a variety of plugins attached to it. At the moment it is growing as a framework for a cross database maintenance / query tool (SQL).
SQLQuery Tool for MySQL, Oracle, Postgres, MS-SQL, ODBC Drivers and all supported Perl DBI drivers. It was made using Glade and GTK-PERL. Look for GTK-PERL libs before installing this program. Any help would be appreciated.
Text-Query-SQL is derived from the Text-Query module. Text-Query is a general purpose query parser and resolver. It is able to parse the AltaVista 'simple query' and 'advanced query' syntax. The syntax tree is then used to build a search query.
This is a new generation of SQL (Structured query language) Server which is targeted to serve on a Virtual Appliance. Hybrid SQL Server is targeted to run on VirtualBox from SunMicrosystems.
Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
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).
ListQuery is a simple tool to read SQL instructions and to list the results in text format (console). You can read an archive (file) with lots of commands (query), separate for ';', the program will list all results one by one.
A simple web interface for your database, like phpMyAdmin but more user friendly and integrating some advanced Database management functionalities like query and report.
Monet Objects is an easy-to-use .NET object-relational mapping library. It allows .NET developers to create applications dealing with persistent objects (relying on a relational database as MySql) without writing a single SQLquery.
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.