oysteinkrog / SQLite.Net-PCL

Simple, powerful, cross-platform SQLite client and ORM - Updated version with PCL support
MIT License
353 stars 163 forks source link

Fluent API for defining tables #187

Open aeonblaire opened 9 years ago

aeonblaire commented 9 years ago

Can we add a fluent API for defining tables? I'd like to avoid using attributes.

oysteinkrog commented 9 years ago

I think that would be cool, PR's are welcome:)

RoyGoode commented 7 years ago

FYI I've contributed a Fluent API over on the original repo https://github.com/praeclarum/sqlite-net/pull/533 source: https://github.com/RoyGoode/sqlite-net