Liste des projets simples Logiciel Télécharger Carte

ORM (Object-relational mapping)
53 projects in result set
Dernière Mise à Jour: 2013-10-08 21:35

Demo-Hotels

Demo-Hotels is a Web-based hotel booking system. It is primarily designed to give Java developers a working CRUD reference design for learning the Ujorm library.

(Traduction automatique)
Dernière Mise à Jour: 2010-06-18 22:48

LiberORM

LiberORM is a class that can be used to store and retrieve objects as database records. It can take objects of arbitrary types and insert, update, and delete them in a database table according to mapping configuration.

(Traduction automatique)
Dernière Mise à Jour: 2011-04-22 11:15

Cormoran

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

(Traduction automatique)
Dernière Mise à Jour: 2011-06-12 06:42

Tentacles-orm

Tentacles is an object-relational mapping (ORM) written in Python. Its main goal is to allow developers to manipulate stored data as they do for Python data structures.

(Traduction automatique)
Dernière Mise à Jour: 2011-02-17 06:16

ORMesque

ORMesque is an object relational mapper for the Dancer framework that provides a database connection to the database of your choice and automatically creates objects and accessors for that database and its tables and columns. It uses the SQL::Abstract querying syntax, and can also be used as a standalone ORM. It is a great alternative when you don't have the time, need, or desire to learn DBIx::Class.

(Traduction automatique)
Dernière Mise à Jour: 2012-09-25 07:31

PIMF

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.

Dernière Mise à Jour: 2009-08-05 09:35

Butterfly Persistence

Butterfly Persistence is a simple, no nonsense Java persistence API. It aims to provide a simple relational persistence API. Its features include automatic/manual connection management, easier JDBC operations via JDBC templates (Spring style), simple object relational mapping, and map reading for dynamic queries. It provides a simple and pragmatic approach to persistence and will either help you, or get out of the way and let you do the job manually.

(Traduction automatique)
Dernière Mise à Jour: 2009-03-15 16:37

Simpycity

Simpycity is a simple mapping system for PostgreSQL stored procedures and queries, enabling easy usage of PG procedures using standard Python call semantics.

(Traduction automatique)
Dernière Mise à Jour: 2010-11-20 07:20

lworm

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

(Traduction automatique)
Dernière Mise à Jour: 2009-07-16 13:01

KumbiaPHP

KumbiaPHP is a Web application framework written in strict OOP PHP 5 for developing database-backed Web applications according to the model-view-controller (MVC) pattern and other patterns such as ActiveRecord and TemplateView. It is optimized for programmer productivity.

(Traduction automatique)
Dernière Mise à Jour: 2011-02-11 09:29

CRDB

CRDB is an ORM class for PHP that lets you access MySQL databases with a minimum amount of code.

(Traduction automatique)
Dernière Mise à Jour: 2009-04-02 21:29

Bedrock Framework

Bedrock Framework is a Web framework designed around bridging popular APIs and technologies with PHP. While it has an MVC core with all the functionality expected from a Web framework, its primary goal is to simplify the use of other technologies with PHP.

(Traduction automatique)
Dernière Mise à Jour: 2010-06-28 11:43

pdoMap

pdoMap is a robust PHP ORM 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. It features fully optimized code, caching data, a full lazy loading system, and an open system for extending all functionality.

(Traduction automatique)
Environnement de base de données: MySQL
Langage naturel: English, French
Système d'exploitation: OS Independent
Langage de programmation: PHP, PHP
Dernière Mise à Jour: 2014-06-06 23:24

It is the O / R mapper simple, lightweight written in PureJava 100%.
using an API-based interface / XML-based iBatis CRUD and DDL-like operations to the relational database
You will be able to command such as. It also describes the XML file is SQL specific to be issued.

The format of SQL have been prepared with reference to the function of 2WaySQL of S2JDBC, by writing in the XML query through as well as the
I makes it easy to verify the validity of the query.

It is designed to work by adding special annotations in Java interface, just to create an XML file is SorMap
For interfacing with an XML file and automatically analyzes the interface structure, there is no need to implement the user interface.

 In the configuration file of the number 1. Minimum  Corresponding to 2. Flexible query

The is is selling SorMap.

SorMap will not be as S2DAO and Hibernate, to assemble the query in the API-based.
Because it is designed to work as a bridge and an XML file Java interface only, SorMap describes the "raw SQL" in the XML file.

Because it was designed the versatility of the library, query assembly of API-based, such as S2DAO Hibernate and is very effective with respect to CRUD of master maintenance system experience, but this,
Those who have written a raw SQL also will be better prospects if you want to run the query and analysis system.
(Also S2DAO/S2JDAB and Hibernate, you will be able to issue queries directly raw.)

Therefore, we incorporated the specific features of the bridge and XML files Java interface, auto-binding query parameters in SorMap.

※ SorMap you: is a derivative of the project repserv RepServ.

Environnement de base de données: Mappeur d'objets relationnels
Statut de développement: 4 - Beta
Utilisateurs cibles: Développeurs
Langage naturel: Japanese
Langage de programmation: Java
Register Date: 2013-08-17 22:18
Dernière Mise à Jour: 2009-12-10 14:34

XRecord

XRecord is an introspecting ORM that uses database metadata stored inside an RDBMS to provide an object interface to data.

(Traduction automatique)