You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since it gives you a NpgsqlConnection , you can use that from this library with
conn
|> Sql.existingConnection
Specialized input parameters can be implemented with Sql.parameter customParameter and reading rows should be possible because the Sql.execute and friends give you access to the underlying NgpsqlReader
@Zaid-Ajaj Yes, it's definitely possible. I was just curious if it is something you are interested in having "first-class support" for. If not, then your answer will probably be sufficient for anyone looking to use pgvector with Npgsql.FSharp. 👍
Is there anything planned already? Otherwise I could come up with something, as we need it anyway for our project.
I would probably have a look at https://github.com/pgvector/pgvector-dotnet or even add it as a dependency if that would be ok.
The text was updated successfully, but these errors were encountered: