tvandinther / libsql-client-dotnet

A .NET client for libsql
https://www.nuget.org/packages/Libsql.Client
MIT License
60 stars 3 forks source link

Add support for prepared statements with positional arguments #22

Closed tvandinther closed 4 months ago

tvandinther commented 9 months ago

Closes #15

tvandinther commented 9 months ago

Prepared statement implementation on the C bindings are "non-connection". The binding build script needs to be updated to include this commit which adds the DB connection as a dependency for proper preparation.

This is in-scope for this PR and will be done next.

tvandinther commented 9 months ago

Blocked on https://discord.com/channels/933071162680958986/1162271406256558160/1209274550936666192