diff --git a/README.md b/README.md index 487293e..e0e1012 100644 --- a/README.md +++ b/README.md @@ -53,12 +53,12 @@ end Issues not yet addressed -* Support non prepared statements. -* Time data type. -* Data type extensibility. Allow each driver to extend the data types allowed. -* Transactions. -* Connection pool. -* Direct access to `IO` to avoid memory allocation for blobs. +- [ ] Support non prepared statements. +- [ ] Time data type. +- [x] Data type extensibility. Allow each driver to extend the data types allowed. +- [ ] Transactions. +- [ ] Connection pool. +- [ ] Direct access to `IO` to avoid memory allocation for blobs. ## Contributing