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
|
@ -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…
Add table
Add a link
Reference in a new issue