mirror of
https://gitea.invidious.io/iv-org/shard-crystal-db.git
synced 2024-08-15 00:53:32 +00:00
update readme and docs links to drivers
This commit is contained in:
parent
825046e556
commit
1049d95562
2 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ Common db api for crystal. You will need to a specific driver to access a databa
|
|||
|
||||
* [sqlite](https://github.com/crystal-lang/crystal-sqlite3)
|
||||
* [mysql](https://github.com/crystal-lang/crystal-mysql)
|
||||
* [postgres](https://github.com/will/crystal-pg)
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ require "uri"
|
|||
|
||||
# The DB module is a unified interface to database access.
|
||||
# Database dialects is supported by custom database driver shards.
|
||||
# Check [manastech/crystal-sqlite3](https://github.com/manastech/crystal-sqlite3) for example.
|
||||
# Check [crystal-lang/crystal-sqlite3](https://github.com/crystal-lang/crystal-sqlite3) for example.
|
||||
#
|
||||
# Drivers implementors check `Driver` class.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue