Popularity
1.4
Stable
Activity
0.0
-
14
4
5

Description

ObjectStore is an Object Relational Mapper, which is responsible for mapping between database and the programming language C#. By doing that, ObjectStore follows these principals:

* The entire configuration is done in code. There is no *.edmx or any other file, no additional model designer, it's all defined in .Net code. * The objects used as model for the data don’t require any dependency to the library. They are, even though they need to follow certain rules, plain old CLR object(POCOs). * Objects you get from the ObjectStore are always the same instance for the same entity. There is no such thing as a dbContext or objects created by call. You ask for the "USD" entry in your Currencies table, and you always get the same instance back, no matter how often you ask for it.

Programming language: C#
License: GNU General Public License v3.0 only
Tags: ORM     SQL     SQLite    

ObjectStore alternatives and similar packages

Based on the "ORM" category.
Alternatively, view ObjectStore alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ObjectStore or a related project?

Add another 'ORM' Package