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
Time tracking software for the global workforce
Teams of all sizes and in various industries that want the best time tracking and employee monitoring solution.
It's easy with Hubstaff, a time-tracking and workforce management platform that automates almost every aspect of running or growing a business. Teams can track time to projects and to-dos using Hubstaff's desktop, web, or mobile applications. You'll be able to see how much time your team spends on different tasks, plus productivity metrics like activity rates and app usage through Hubstaff's online dashboard. Most of the available features are customizable on a per-user basis, so you can create the team management tool you need.
Now stored at https://github.com/gregorydgraham/DBvolution
Available from Maven Central: nz.co.gregs.dbvolution
Makes relational data easy and fast to use with semantic annotations and encapsulated datatypes.
Simple declaration of a DB table:
@DBTableName("mytable")
public class MyTable extends DBRow {
@DBColumn("numeric_code")
@DBForeignKey(Code.class)
private DBNumber numericCode = new DBNumber();
@DBColumn("uid_mytable")
@DBPrimaryKey
@DBAutoIncrement
private...
This library package allows developers to access DB in a easy way.
[NO LONGER UPDATED]
The Simple Hibernate Data Handler implements a basic interface for CRUD, suportting HQL, Named Queries and SQL.
Stupidly simple for Hibernate ORM 4.
Extend a BasicCrud class and enjoy!
QsT SQL Tools - ORM system based on Qt 4.6.0 (and higher) to improve programming databases with Qt. QST has a little functionality to make simple SELECT, INSERT, UPDATE, DELETE and EXEC queries. It uses PostgreSQL but can be ported for other language
Quality and compliance software for growing life science companies
Unite quality management, product lifecycle, and compliance intelligence to stay continuously audit-ready and accelerate market entry
Automate gap analysis across FDA, ISO 13485, MDR, and 28+ regulatory standards. Cross-map evidence once, reuse across submissions. Get real-time risk alerts and board-ready dashboards, so you can expand into new markets with confidence
Osezno Framework PHP is a framework written in PHP that allows you to: Set HTML templates, tabbed contents, forms, dynamic list. All on a MVC pattern, and incorporate technologies such as active record and xajax.
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.
PhARoS Ain't a Rocket Science. It is a PHP Library to generate an SQLqueries using simple method calls. Unlike Propel, and Doctrine; it provides user with a minimal set of function calls to get the queries generated. Contributors: Saad
Lightweight include files adding reflection capabilities to C++. Generates SQLqueries and serialization routines. STL-style iterations over class members. Compile-time / run-time reflection. Based on templates and meta-programming.
PHPersistencia is a database persistence layer for PHP, offering Object Oriented interface to access the data, generating sqlqueries transparently for insert/update, selecting data as object collection and verifing data types without database access
A utility that helps developers to access SQL databses and convert them to Objects. Each table in the database becomes a RecordStore Object and each Record becomes a Record Object. Multiple queries on same data generates no duplicates.
AQAL makes easy to access data on DBs without know SQL.
It implements Business Object/Manager pattern: Object maps table, builds SQL syntax, carries data; Manager performs queries, handles Objects (conveniently extended by Application Business Objects).