Did you look already into creating a IQueryable/LINQ provider? There are many use cases in .NET where such a provider would be really nice.
We are currently looking into enabling easy access to parquet files over an GraphQL API. IQueryable would allow us to filter and project client requests to duckdb directly.
Did you look already into creating a IQueryable/LINQ provider? There are many use cases in .NET where such a provider would be really nice.
We are currently looking into enabling easy access to parquet files over an GraphQL API. IQueryable would allow us to filter and project client requests to duckdb directly.