Version 1.0 will offer complete support for the following features:
- A database can be created:
- In memory.
- From file.
- From connection string.
- A database can be destroyed/closed/deallocated.
- An embedded replica can be created.
- An embeded replica can be synced.
- The database can execute SQL statements:
- Non-parameterised.
- Parameterised with positional arguments.
- Parameterised with named arguments.
- Prepared statements.
- Batched statements.
- Transactions.
- A result set is returned from an execution.
- With the column names.
- With an enumerable of enumerable (rows) of typed boxed values.
- With the number of affected rows.
- With the last inserted row id.
And the following platforms will be supported:
win-x64
linux-x64
osx-x64
osx-arm64
List view
0 issues of 6 selected
- Status: Open.#14 In tvandinther/libsql-client-dotnet;
- Status: Open.#18 In tvandinther/libsql-client-dotnet;
- Status: Open.#19 In tvandinther/libsql-client-dotnet;
- Status: Open.#20 In tvandinther/libsql-client-dotnet;
- Status: Open.#21 In tvandinther/libsql-client-dotnet;
- Status: Open.#25 In tvandinther/libsql-client-dotnet;