List view
Version 1.0 will offer complete support for the following features: - A database can be created: - [x] In memory. - [x] From file. - [x] From connection string. - [x] 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: - [x] Non-parameterised. - [ ] Parameterised with positional arguments. - [ ] Parameterised with named arguments. - [ ] Prepared statements. - [ ] Batched statements. - [ ] Transactions. - [x] A result set is returned from an execution. - [x] With the column names. - [x] With an enumerable of enumerable (rows) of typed boxed values. - [x] With the number of affected rows. - [x] With the last inserted row id. And the following platforms will be supported: - `win-x64` - `linux-x64` - `osx-x64` - `osx-arm64`
No due date•15/21 issues closed