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.
The database access library for C++ programmers that provides the illusion of embedding SQL in regular C++ code, staying entirely within the C++ standard.
Keeps track of your SQL Queries and Database Connections.
QUOR is designed to help SQL developers to manage their database queries and connections in an organized way. Besides Select Statements and DML/DDL you can use so called Smart Queries. These are Select Statements with some restrictions that in turn can offer more guidance and editable results.
SQL statements can be used that are stored in the file system. A copy of those statements is transferred in the QUOR database and will be synchronized when the file is changed. Parameters for...
QxOrm is a C++ library designed to provide Object Relational Mapping (ORM) feature to C++/Qt developers. QxOrm engine is based on a simple and non intrusive mapping function by class to provide : Persistence, Serialization, Introspection, Reflection.
This program provides MySQL database access through a simplistic COM object that does not require ODBC drivers. Provides fast native access through C/C++ provided libraries with benefits of COM environment and return variables.