TortugaResearch / Tortuga.Chain

A fluent ORM for .NET
Other
335 stars 22 forks source link

Breakup DataSourceBase.Class1DataSource.cs #431

Closed Grauenwolf closed 2 years ago

Grauenwolf commented 2 years ago

This file is getting too large to manage. So we should break it into separate files for From, GetByKey, Insert, Update, and Delete.

Other database source classes may be broken up in a similar manner.

Grauenwolf commented 2 years ago

This interface no longer exists