Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 6

Doctrine is an ORM (object relational mapper) for PHP that sits on top of a powerful DBAL (database abstraction layer). One of its key features is the ability to optionally write database queries in an OO (object oriented) SQL-dialect called DQL inspired by Hibernates HQL. This provides developers ... [More] with a powerful alternative to SQL that maintains a maximum of flexibility without requiring needless code duplication. [Less]

4.5
   
  1 review  |  133 users  |  225,706 lines of code  |  288 current contributors  |  Analyzed about 4 hours ago
 
 

Type-safe Java mapping framework for MongoDB

4.6
   
  0 reviews  |  76 users  |  20,158 lines of code  |  2 current contributors  |  Analyzed 23 days ago
 
 

DataObjects.Net v4.0 is rapid database application development framework. It combines comprehensive business logic layer development framework, object-relational mapper and a set of storage implementations enabling the same BLL code work everywhere dramatically reducing the resources and time you ... [More] need to develop generally any application dealing with persistent data. [Less]

4.85714
   
  0 reviews  |  15 users  |  521,562 lines of code  |  0 current contributors  |  Analyzed 17 days ago
 
 

Outlet is an open source object-to-relational mapping tool (ORM) for PHP. It differs from other orm solutions for php in that it provides transparent, unobtrusive persistence. It does not require your entity objects to implement any interfaces or extend some sort of base class. It is also very lightweight, only a handful of classes and tools.

4.5
   
  0 reviews  |  12 users  |  4,545 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

CDO Model Repository ===================== CDO is both a development-time model repository and a run-time persistence framework. Being highly optimized it supports object graphs of arbitrary size. CDO offers transactions with save points, explicit locking, change notification, queries ... [More] , temporality, branching, merging, offline and fail-over modes, ... The storage back-end is pluggable and migrations between direct JDBC, Hibernate, Objectivity/DB, MongoDB or DB4O are seamless for CDO applications. [Less]

4.72727
   
  8 reviews  |  9 users  |  3,992,069 lines of code  |  9 current contributors  |  Analyzed about 11 hours ago
 
 

Piriti (Maori for "bridge") is a JSON and XML mapper for GWT based on annotations and deferred binding. Piriti is able to map fairly complex JSON and XML data to arbitrary POJOs and GXT models. All mapping information is provided using annotations. The actual mapping code is generated for you using deferred binding and code generators.

0
 
  0 reviews  |  7 users  |  19,373 lines of code  |  1 current contributor  |  Analyzed 2 months ago
 
 

SuRF is a Python library for working with RDF data in an Object-Oriented way. In SuRF, RDF nodes (subjects and objects) are represented as Python objects and RDF arcs (predicates) as their attributes. SuRF is an Object RDF Mapper (ORM), similar in concept to Object Relational Mappers like ... [More] SQLAlchemy. SuRF was inspired by ActiveRDF for Ruby. Use the pypi repository to get the latest version of SuRF. Check the latest documentation at: http://packages.python.org/SuRF/ $ easy_install -U surfImportant: since version 0.5.0, the surf plugin architecture is based on setuptools. In order to install surf and it's available plugins just do the following $ easy_install -U surf $ easy_install -U surf.allegro_franz $ easy_install -U surf.sesame2 $ easy_install -U surf.sparql_protocol $ easy_install -U surf.rdflibthe plugins are also available under the following keys: allegro_franz sesame2 sparql_protocol rdflib An outdated presentation of SuRF at EUROPYTHON 2009 is available here, although the internals of SuRF have changed with the release of version 0.5.0 - most notably the plugin architecture, much of the public interface still remains the same see slideshow here: http://www.slideshare.net/cosbas/surf-tapping-into-the-web-of-data Quick Startfrom surf import * store = Store( reader='rdflib', writer='rdflib', rdflib_store = 'IOMemory') session = Session(store) print 'Load RDF data' store.load_triples(source='http://www.w3.org/People/Berners-Lee/card.rdf') Person = session.get_class(ns.FOAF['Person']) all_persons = Person.all() print 'Found %d persons that Tim Berners-Lee knows'%(len(all_persons)) for person in all_persons: print person.foaf_name.first #create a person object somebody = Person() somebody_else = Person() somebody.foaf_knows = somebody_else Documentationhttp://packages.python.org/SuRF/ If you are using SuRF in you projects please let us know, and remember that you can always include the Powered By SuRF logo using the following html snippet of code: Thank you [Less]

5.0
 
  0 reviews  |  5 users  |  5,403 lines of code  |  1 current contributor  |  Analyzed 3 minutes ago
 
 

Business Logic Toolkit is a set of components to simplify .NET application development. BLToolkit is provided as source code that you can use "as is" or customize for your applications. It is written in C# and compatible with .NET Frameworks 3.5 and 4.0, Silverlight 4, and Mono.

5.0
 
  0 reviews  |  4 users  |  172,127 lines of code  |  22 current contributors  |  Analyzed 9 days ago
 
 

The iBATIS Data Mapper framework makes it easier to use a database with Java and .NET applications. iBATIS couples objects with stored procedures or SQL statements using a XML descriptor. Simplicity is the biggest advantage of the iBATIS Data Mapper over object relational mapping tools.

3.0
   
  0 reviews  |  3 users  |  342,935 lines of code  |  0 current contributors  |  Analyzed over 2 years ago
 
 

DataArch is an ActiveRecord-type Object Relational Mapper that is able to read a database schema and generate the objects from it. Its very extensible and supports MSSQL, Postgresql, and Mysql.

5.0
 
  0 reviews  |  1 user  |  6,528 lines of code  |  0 current contributors  |  Analyzed 21 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.