praeclarum / sqlite-net

Simple, powerful, cross-platform SQLite client and ORM for .NET
MIT License
4.03k stars 1.42k forks source link

Fluent API support #1178

Open v-kravets opened 1 year ago

v-kravets commented 1 year ago

There are few pull requests to add Fluent API support #533 #727 #1002 from 3 different people that willing to support the project. But no one created an issue to generalize them as this one.

This addition would allow to support SOLID principles for entities that currently need to be decorated by attributes and allow to have separation of implementation details from domain model in terms of DDD.

If you need Fluent API support in the current project - please like this issue, so that it would be easy to count interested people.

lancecontreras commented 6 months ago

Trying to build out of @RoyGoode's fork to allow fluent API. Is there anyone almost close to making that work? I'm willing to collaborate. My project will benefit a lot from that.

Pull request created #1220

riddlemd commented 3 months ago

Is this dead? Basically a show stopper for me using sqlite-net atm... =*(