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
$300 in Free Credit Towards Top Cloud Services
Build VMs, containers, AI, databases, storage—all in one place.
Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
pdoMap is a robust PHP ORM mapper with many OOP features. The mapping structure, requests, and transactions are defined in XML files. The core directly generates PHP classes for high performance. It is very easy to use and configure.
J2J provides an intuitive way to convert Java to JSON and JSON to Java. Annotate any Java class then use JsonWriter to emit JSON from java or JsonReader to convert JSON to java objects. (sourcecode and tutorial included) Version 2.0 in development.
The CobWeb Framework is a proof of concept php rapid development MVC framework.
It is very flexible, extensible and easy-to-use.
Features: Database Abstraction, Multi-Language, Caching, Script Debugging, URL Routing, MVC Support
RAD object oriented php framework for writing extendable and reusable code. This php framework includes statefull event-driven mvc engine, ORM, DB abstraction and class library for common tasks. Application is a set of classes assembled in an XML file.
.NET library that provides abstraction over persistent data storages.
Catharsis.Repository .NET library provides abstraction over persistent data storages by introducing commonrepository pattern interfaces over popular ORM frameworks (NHibernate, Entity Framework, LINQ2SQL), as well as their implementations.
Target : .NET Framework 4.0
NuGet package : https://www.nuget.org/packages/Catharsis.Repository
The following ORM frameworks are supported at this time :
1. NHibernate
2. Entity Framework 6 (Database-First/Code-First approaches)
3. LINQ to SQL