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.
DACBD is a front-end using ER diagrams to disgn Data bases. With it you can import from a database or export to sql sintax. It have a wizard method to create your entitys.
A tool that generates relational database access code tied to a specific user-defined database schema (think "type safe database access"). The tool is implemented in Java, but the intention is to allow code to be generated in a variety of languages.
Welcome to Data Access Layer for Java (DAL4j) a set of command line tools and framework used to reverse engineer a MySQL or SQLServer database schema into a set of JPA Entity Beans.
DAL4j can be useful for scenarios where there is an existing database schema but a technology other that JPA is used to interact with the database. DAL4j can provide an easy way to migrate your code base from other technologies such as JDBC or Hibernate to JPA.
The beans generated can be 1 or two types: Simple or Framework. Simple beans are standard pojo classes managed by your application using JPA semantics. Framework generated pojos use the DAL4j framework DAO generic to simplify CRUD operations.
DAL4j provides optional hooks to allow you to integrate encryption/decryption of data field used when data is encrypted in the database.
Last, DAL4j provides a set of Generic classes that can be used to simplify creation of J2E Session Beans which perform CRUD operations using generated Entities
DAME is a software tool to generate C++ and Java classes from SQL statements. By working at the level of SQL statements, dame provides the maximum flexibility to the developers of database applications.
This project will implement DAV Searching & Locating (DASL), an application of HTTP/1.1 forming a lightweight search protocol to transport queries and result sets and allows clients to make use of server-side search facilities.
Db Api client is a simple Python DB Api v2.0 client. It shows some information about database, tables, table\'s description. Db Api Client provides sql queries executing, shows results, and exports to some formats (html, csv).
DB Browser for SQLite is a light GUI editor for SQLite databases, built on top of Qt. The main goal of the project is to allow non-technical users to create, modify and edit SQLite databases using a set of wizards and a spreadsheet-like interface.
Note - This project has previous been known as "SQLite Browser" and "Database Browser for SQLite". "DB Browser for SQLite" will hopefully be the name that sticks. :)
Migrate data from any database to another with just selecting visually the desired tables in the source database (any database type supported by JDBC) and hit one button to complete it. New tables will be automatically created in the target database.
DB form generator, for database-content edition. Based on an existing database structure or an XML-based definition, the tool generates a highly customizable set of tools for editing the database tables (PHP/www and Python/GTK interfaces)
The project aims to create a set of test databases which might satisfy a given query Q.So given a query Q the s/w generates result R and input databases D such that Q(D) = R.The software has applications in functional verification of query processors
DB Guardian is a Java-based database diagnostic performance tool for Oracle 10g. This tool helps the database administrator (DBA) to monitor and detect problems related to performance in your environments.
This package provides a lightweight and flexible solution for storing and retrieving java objects in and from relational databases. It is intended for developers who don't want to cope with SQL statements in their code.
DB Pages is a port between database and the web browser. If you know Oracle (PL/SQL), SQL Server (T-SQL) or MySQL, and HTML - this is a project for you. No php, no layers, no Servlets, only the database. The first www page you can write in 5 minutes.
DB Sanity performs checks on a database for verifying data consistency and correctness of aplication deployments. It is invoked by command line and creates an HTML report with aggregated diagnostic summaries and listings of faulty database entries.
Database Schema Change Notifier is a J2EE application that report the changes (including tables, columns, users, index, etc.) of any kind of RDBMS. It is implemented using publish/subscribe mechanism
DB Schema Viewer is an Eclipse plugin that builds a graphical view of an existing database. Reverse Engineering is performed through JDBC. The most popular databases (MySQL, PostgreSQL and Firebird) are currently supported. The UI is build around GEF.
DBToolbox is tool which: extract database model from JDBC connection, check database model against validation rules, generate database model document and validation report.
Delphi class for managing hierarchical data in a SQL-92 database and displaying it in TTreeView component. Includes methods: display tree, add node, remove node (with subnodes) and etc. Supports several trees in the same table.
Portable shell (command line) program written in Java to access database servers that support JDBC. For the beginning mySQL, PostgreSQL, Microsoft SQL Server are supported.
An easy to use, web-based perl script to provide GUI access to a MySQL database. Permissions are handled by MySQL server. Assumes preconfigured apache/mysql. CGI script is independent of actual data - a simple config file is all that is necessary.