mc738 / Freql

A record mapping library for FSharp and various data sources.
MIT License
2 stars 0 forks source link

Finish up version `1.0.0` #1

Open mc738 opened 2 years ago

mc738 commented 2 years ago

There will possible be more minor versions before this, but most the functionality is in place for version 1.0.0.

Outstanding work includes:

mc738 commented 2 years ago

QueryHandler has now been marked as obsolete. Going forwards SqliteContext should be used. QueryHandler will be removed before version 1.0.0 so version 0.5.0 will be needed (still with QueryHandler for projects relying on it.

mc738 commented 2 years ago

More for cleaning up API:

~ Remove unneeded select methods.~ ~ For example: _.SelectSingle<'T> (marked as obselete)~ (actually used)

mc738 commented 2 years ago

Added build pipeline via forge. Also updated code generation to be more standardized (/opinionated).