RSS 32 projects tagged "ORM"

No download No website Updated 09 Aug 2010 Hermes ORM

Screenshot
Pop 21.07
Vit 31.89

Hermes is an ORM for Java based on the ActiveRecord pattern. It supports associations, callbacks, finders, mapping, migrations, transactions, and validation.

No download Website Updated 24 Aug 2010 Entity Extractor

Screenshot
Pop 13.53
Vit 31.65

Entity Extractor is an application that generates ORM code from a database structure. It was originally written for generating class codes for Storm (The Canonical ORM for Python), but can be extended to generate ORM code from almost any database type. It is highly configurable, has a simple interface, and allows users to add their own features very easily.

No download Website Updated 20 Nov 2010 lworm

Screenshot
Pop 17.55
Vit 30.24

lworm is a lightweight ORM (Object Relational Mapping) tool for PHP, supporting Google App Engine Datastore and simple SQL architectures.

Download No website Updated 19 Dec 2010 SourceMagic

Screenshot
Pop 38.73
Vit 29.76

SourceMagic is a PHP object generator. SourceMagic automatically generates PHP classes and methods from database tables. These automatically generated methods let programmers create, read, update, or delete database records.

No download No website Updated 22 Apr 2011 Cormoran

Screenshot
Pop 20.15
Vit 28.29

Cormoran is a fast and lightweight persistence framework written in Python. Its main goal is to speed application development and data access.

Download Website Updated 29 Mar 2011 Athena Framework for Java

Screenshot
Pop 21.52
Vit 28.01

Athena Framework for Java is a full fledged enterprise object-relational mapping (ORM) framework that employs metadata as mapping configuration. It greatly simplifies Java Web application development by removing the requirement of manual mapping and manual database schema updating. In addition to features like Java object persistence, powerful EJBQL querying execution, and comprehensive code generation, Athena has built-in support for multi-tenancy, which enables developers to build cloud applications easily. Athena can be easily integrated with other libraries like Struts or Spring to provide full stacks of service.

No download No website Updated 19 Oct 2011 NitroORM

Screenshot
Pop 21.24
Vit 24.11

Nitro is a really easy to use, very customizable, and extensible ORM for CodeIgniter. It's pure PHP, which means you won't have to install any commandline tools to run it, just one mapping file (or as many as you like), which is as simple as defining a PHP array, and let Nitro create the classes and manage the relations.

Download Website Updated 12 Jan 2013 phpPeanuts

Screenshot
Pop 207.07
Vit 22.48

PhpPeanuts is a framework for developing database-backed applications in PHP. Rather than building an application from the bottom up, you initially only build domain model classes in which you specify properties, relationships, and database table names in metadata. The framework dynamically scaffolds getters and setters, persistency, navigation over relations, and input and delete validation. The abstract user interface instantly offers a rich set of pages for searching, browsing, drilling down, editing and reporting over your domain model. From there on you extend and refine both the domain model and the user interface to make it what you want by defining specialization classes and overriding inherited methods.

No download No website Updated 25 Sep 2012 PIMF

Screenshot
Pop 23.39
Vit 15.46

PIMF (Php Is My Framework) is a micro framework for PHP that emphasises minimalism and simplicity. It is based on proven design patterns and a fast object relational mapping mechanism, and is designed to be easily updated without having to rewrite your projects. It includes mechanisms for easily coupling controllers to ExtJs and Dojo.

Download No website Updated 13 Feb 2013 odb

Screenshot
Pop 134.60
Vit 11.34

ODB is a compiler-based object-relational mapping (ORM) system for C++. It allows you to persist C++ objects to a relational database without having to deal with tables, columns, or SQL and without manually writing any mapping code. The C++ code that performs the conversion between persistent classes and their database representation is automatically generated by the ODB compiler. The ODB compiler is a real C++ compiler except that instead of producing assembly or machine code, it generates portable C++, which can in turn be compiled by any C++ compiler. ODB is not a framework. It does not dictate how you should write your application. Rather, it is designed to fit into your style and architecture by only handling C++ object persistence and not interfering with any other functionality.

Screenshot

Project Spotlight

Tk-Yupana

An Incan Abacus emulator.

Screenshot

Project Spotlight

bareos

A fork of the bacula.org project.