dbpprt / mobiledb

You like EntityFramework and use it frequently but sometimes you need just a simple embedded database for an app or a small application, then MobileDB ist just right for you. It's a lightweight, fast and simple JSON database with an EntityFramework inspired API.
MIT License
18 stars 4 forks source link

Reading connection string from app.config #3

Closed dbpprt closed 10 years ago

dbpprt commented 10 years ago

This allows empty constructor for DbContext.

It should be something like in EntityFramework

public DbContext(string nameOrConnectionString) {
// ...
}
dbpprt commented 10 years ago

added in os specific library mobiledb. (System.configuration is not avaliable for pcls)