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
* 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