fsprojects / FSharp.Data.SqlClient

A set of F# Type Providers for statically typed access to MS SQL database
http://fsprojects.github.io/FSharp.Data.SqlClient/
Other
206 stars 71 forks source link

Not platform detection Fable #411

Open pipsie100 opened 2 years ago

pipsie100 commented 2 years ago

Could not detect any platforms from 'typeproviders' in '/root/.nuget/packages/fsharp.data.sqlclient/2.1.0-beta1/lib/typeproviders/fsharp41/netstandard2.0/FSharp.Data.SqlClient.DesignTime.dll', please tell the package authors

smoothdeveloper commented 2 years ago

@Pipsy100 could you precise the context you are getting this message from?

This library won't work under Fable, if you need mssql client through Fable, you'd probably look for a javascript implementation of sql server protocol: https://www.npmjs.com/package/mssql and look at for Fable bindings to it.

Type providers in this repository only target .net runtimes.

Hope this helps.