Projects tagged ‘access’ and ‘orm’


Jump to tag:

Projects tagged ‘access’ and ‘orm’

Filtered by Project Tags access orm

Refine results Project Tags layer (8) data (8) dal (4) database (4) dotnet (3) csharp (3) python (2) framework (2) mssql (2) visual (2) sqlite (2) firebird (2)

[12 total ]

8 Users
 

The DataNucleus project provides products for the management of application data in a Java environment. Our aim is to provide good quality open source products to handle data in all of its forms ... [More] , wherever it is stored. This goes from persistence of data into heterogeneous datastores, to providing methods of retrieval using a range of query languages, and eventually on to the analysis of data and tools for managing data quality. DataNucleus Access Platform is the baseline product providing persistence of Java objects to a range of datastores using JDO and JPA APIs and permitting various query languages. [Less]
Created about 1 year ago.

1 Users

Fluent Ado.Net is a lightweight wrapper around Ado.Net, designed to be used in a fluent manner, encourage code reused, and make mapping to domain classes easier. Fluent Ado.Net was originally ... [More] designed for the compact framework, but can be used in any .net project. [Less]
Created 8 months ago.

0 Users

The SubSonic Tools integrate the SubSonic code-generation features in Visual Studio 2005. They can be used to generate your DAL in a Web Site, an EXE (WinForms/Service) or a DLL project. The generated ... [More] files are automatically added to your project's solution and managed by the tools. [Less]
Created 10 months ago.

0 Users

Geniusql is a public domain, low-level Object-Relational Mapper for Python applications. If you're familiar with Martin Fowler's work, you can think of Geniusql as providing a Data Source layer. It ... [More] primarily uses a generic Table Data Gateway architecture (as opposed to the more tightly-coupled Active Record architecture recently popularized by Ruby On Rails and Django). [Less]
Created over 2 years ago.

0 Users

ORM Smackdown compares and contrast different ORM technologies used on the .NET platform.
Created 7 months ago.

0 Users

A set of 2 item templates for Visual Studio 2008 designed for programmers who write their applications with Object Relational Mapping technique.
Created 23 days ago.

0 Users

TinyDAL is a flexible data abstraction layer that do not mess with your models (business objects).
Created 10 months ago.

0 Users

Data Broker is a Data Access Layer and ORM framework. It is small, easy to use and implements various fault tolerant features. It requires no XML configuration for defining the object relational ... [More] mapping, just some simple attributes in the data access classes. Developed in C#. [Less]
Created 9 months ago.

0 Users
   

Dejavu is a public domain, thread-safe Object-Relational Mapper and database Mediator for Python applications.
Created over 2 years ago.

0 Users

No designers No massive unreadable code files Having been frustrated with clunky designers and unmanageable code generation in commercial .NET O/R mappers, I have decided to give up on them. My ... [More] vision for this project is a simple code file generation class library driven by an administration GUI as a separate Winform application. It will use an easy to understand factory pattern. Files will be kept very small and easy to manage, and best of all, there will be no designer and impossible to read five thousand line long xml or C# code files. The idea of this project is simple. In one click, take a database and generate a simple, maintainable data access layer that just works. All default CRUD operations will be generated using LINQ. There will be no possibility of designer files becoming corrupt and wiping out your O/R Mappings while you try to find that one character in that 5000 line long XML configuration to fix it. Simple is better, but if developers need more flexibility, a series of extension classes will be available to build on top of the core data access layer. I never want a developer to have to touch the core for any reason. It will be a one click operation to build a data access layer for a small application, but it will have the ability to be customized for complex applications as well. I plan to port the functionality as a visual studio plug-in down the road. [Less]
Created 6 months ago.