fsprojects / SQLProvider

A general F# SQL database erasing type provider, supporting LINQ queries, schema exploration, individuals, CRUD operations and much more besides.
https://fsprojects.github.io/SQLProvider
Other
564 stars 144 forks source link

Initial support for DuckDB #823

Closed Thorium closed 1 month ago

Thorium commented 1 month ago

To address the https://github.com/fsprojects/SQLProvider/issues/819 : This implements initial support for DuckDB

I've not seen many solutions using DuckDB with FSharp yet...

I've not tested every query/feature yet, but I played a bit with F# interactive and it seems to work. There is a script as starting sample.

Thorium commented 1 month ago

Released in Nuget as 1.3.37