Update README.md

This commit is contained in:
Brian J. Cardiff 2016-06-24 10:59:33 -03:00 committed by GitHub
parent 6838784f7b
commit 56f5bffe31

View file

@ -53,12 +53,12 @@ end
Issues not yet addressed Issues not yet addressed
* Support non prepared statements. - [ ] Support non prepared statements.
* Time data type. - [ ] Time data type.
* Data type extensibility. Allow each driver to extend the data types allowed. - [x] Data type extensibility. Allow each driver to extend the data types allowed.
* Transactions. - [ ] Transactions.
* Connection pool. - [ ] Connection pool.
* Direct access to `IO` to avoid memory allocation for blobs. - [ ] Direct access to `IO` to avoid memory allocation for blobs.
## Contributing ## Contributing