mirror of
https://gitea.invidious.io/iv-org/shard-crystal-db.git
synced 2024-08-15 00:53:32 +00:00
travis badge
fix roadmap list
This commit is contained in:
parent
c6e2a51482
commit
71629f2a6f
1 changed files with 9 additions and 6 deletions
15
README.md
15
README.md
|
@ -1,3 +1,5 @@
|
|||
[![Build Status](https://travis-ci.org/bcardiff/crystal-db.svg?branch=master)](https://travis-ci.org/bcardiff/crystal-db)
|
||||
|
||||
# crystal-db
|
||||
|
||||
Common db api for crystal
|
||||
|
@ -46,16 +48,17 @@ DB.open "sqlite3:./file.db" do |db|
|
|||
end
|
||||
end
|
||||
```
|
||||
|
||||
## Roadmap
|
||||
|
||||
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.
|
||||
* 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue