mirror of
https://gitea.invidious.io/iv-org/shard-crystal-db.git
synced 2024-08-15 00:53:32 +00:00
update readme
This commit is contained in:
parent
87a01fc83c
commit
cd871c970b
1 changed files with 3 additions and 3 deletions
|
@ -54,11 +54,11 @@ end
|
|||
|
||||
Issues not yet addressed
|
||||
|
||||
- [ ] Support non prepared statements.
|
||||
- [ ] Time data type.
|
||||
- [ ] Support non prepared statements. [#25](https://github.com/crystal-lang/crystal-db/pull/25)
|
||||
- [ ] Time data type. crystal-mysql & crystal-sqlite3 support Time already.
|
||||
- [x] Data type extensibility. Allow each driver to extend the data types allowed.
|
||||
- [ ] Transactions.
|
||||
- [ ] Connection pool.
|
||||
- [x] Connection pool.
|
||||
- [ ] Direct access to `IO` to avoid memory allocation for blobs.
|
||||
|
||||
## Contributing
|
||||
|
|
Loading…
Reference in a new issue