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
Simple, Secure Domain Registration
Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.
Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
Java Data Access Objects. A DAO system(ish). A simple to use DAO type library that transfers between database rows and POJO and vice versa.
This code was written by a DBA whose approach isn't to persist java objects but to normalize the database and work from that side.
The library and generator are fully documented.
This comes with a simple scripting language language, called NotSQL, to make writing queries much easier.
SeQuaLite is a light-weight java persistence DAO framework. Though it's footprint is tiny,only one small jar, it is fast and powerful. Features: CRUD operations, Lazy-Load, Cascading, Pagination, POJO generator. Helps reduce development time effectively
This tool generates Data Access Objects and Value Objects for PHP4/MySQL web applications. This greatly improves the readability of PHP scripts that use a MySQL database. Requires Python.
Data Access Object XML-based Generator is a tool for automatic generation of Java code for the data layer. It imports a database schema and generates DAO classes for single or multiple tables. It stores the schema and user-defined classes as XML.
DAOgenerator. Objects are generated from most native description of relational data - SQL commands. Generator result is completely generated bridge Object - Relational database with connection pool, DAO factory, SQL dialects etc.