简体   繁体   English

SnowFlake 使用 Entity Framework Core

[英]SnowFlake using Entity Framework Core

I am working on a new Project and requirement of the project is to design an API endpoint that connects with Snowflake using .NET Core我正在开发一个新项目,该项目的要求是设计一个 API 端点,该端点使用 .NET Core 与 Snowflake 连接

I found a solution that we can connect to SnowFlake using this LINK .我找到了一个解决方案,我们可以使用这个LINK连接到 SnowFlake。 This approach looks like a traditional way to connect to any data source.这种方法看起来像是连接到任何数据源的传统方式。

But I want to use Entity Framework Core to connect with SnowFlake?但是我想使用 Entity Framework Core 来连接 SnowFlake?

Please help me with this issue?请帮我解决这个问题?
If possible any Sample application/sample code to connect with a SnowFlake using EF Core如果可能的话,使用 EF Core 与 SnowFlake 连接的任何示例应用程序/示例代码

You can see a few sample apps here but they use the CData ASP.NET driver which is insanely expensive.您可以在此处看到一些示例应用程序,但它们使用的 CData ASP.NET 驱动程序非常昂贵。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM