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
61c4b03252
commit
22a5a41534
1 changed files with 3 additions and 2 deletions
|
@ -2,9 +2,10 @@
|
|||
|
||||
# crystal-db
|
||||
|
||||
Common db api for crystal
|
||||
Common db api for crystal. You will need to a specific driver to access a database.
|
||||
|
||||
There is already a forked implementation for [sqlite](https://github.com/bcardiff/crystal-sqlite3/tree/db) and [mysql](https://github.com/bcardiff/crystal-mysql/tree/db) that (partially) implements mysql's binary protocol (no dependency!)
|
||||
* [sqlite](https://github.com/crystal-lang/crystal-sqlite3)
|
||||
* [mysql](https://github.com/crystal-lang/crystal-mysql)
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
Loading…
Reference in a new issue