Skip to content

Version 1.0

No due date 61% complete

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 pos…

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