New customers can spin up VMs, build with AI, and query data at no cost.
Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
Start Free
MongoDB Atlas runs apps anywhere
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.
MockSqlBuilder uses mock objects and method interception to build SQLqueries in an OOP fashion. Instead of strings (like HQL or plain text), MockSqlBuilder uses the data object's and their methods to record and construct a query.
It is sql interface to web to get and send table content in different formats, run customized sqlqueries, handle authorization stuff etc. It is tool for developers. Formats can be xml, html, csv, json etc.
D2C converts a MSSQL Server Database to C# equivalent entities. The following layers are generated: C# files - Transfer, Interfaces, Descriptors, Data & Business. SQLQueries - Select, List, Insert, Update & Delete
Transform your applications and workflows into powerful agentic systems at global scale.
Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
A java based infrastructure monitor capable of monitoring open ports, run various SSH commands, Run entire SHELL scripts on request or SQLqueries. A web solution allowing admins to remotely setup scripts that they need to run on various servers.
CjQ (Complex Java Queries) is a library intended to introduce functional programming features in Java. One feature is the reducing of information brought by complex Java objects by simply selecting the fields you want to give away. It's SQL-like.
This project extracts data from a DB to an xml, compare that xml with another given and write a new xml with the differences. Then use xslt to parse it and write the SQL instructions to update the DB with the differences.
Criteria2JPQL API is an adaptation of the powerful Hibernate Criteria API to standard JPA API enabling the compatibility with any orm tool. Against the native SQLqueries created by Hibernate Criteria, Criteria2JPQL outputs standard JPQL queries.
This is a tool for visualization of the database as tables with relations between them. At this point the development focuses on PostgreSQL, but in the future we are planning on supporting other DBMS, such as MySQL, Oracle, SQLite, etc.
You can admin a SQL Server with php, like PHPMyAdmin for MySQL
Github repository: https://github.com/miguelaxcar/PHP-MSSQL-Server-Admin
Web based tool written in PHP by Luiz Miguel Axcar to build and run queries on a remote or local MSSQL (Microsoft SQL Server). Support for SQL code highlight (!), table browser, field browser, TOP records, most used tables, CSV results export, etc. Most tested in SQL 2000 version.
If you find some issue ther let me know and I help you fixing it.
yohaul dumps Oracle data and metadata using jdbc. It can be invoked with a 5-10 line shell script. Yohaul has been validated on tables with billions of records. SQL-generating SQL is used to tune yohaul. The Open Source version is WIP. ETA 09/10.
Edit audio file tags using SQL. Reads audio files in a directory, loads the tags into an SQLite database, accepts SQLqueries acting on this database, then (optionally) writes changes back out to the audio files.
PoundCake Control Panel (CakePHP plugin) - admin panel for users and groups management, dynamic database driven ACL menus generation and management, permissions assignment to users and groups.
The educational research database management system with parallel processing of queries. Queries are being performed using SQL. Includes visualization of SQLqueries processing. Written in Java with JavaCC for SQL grammar parsing.
PySQL aims to be a full replacement for sqlplus (and much more). It has features such as history, completion, explain plan, session list, background queries, datamodel graphical output, object dependencies, PL/SQL package function call tree...