mirror of
https://gitea.invidious.io/iv-org/shard-crystal-db.git
synced 2024-08-15 00:53:32 +00:00
Update src/db/driver.cr
Co-authored-by: Beta Ziliani <beta@manas.tech>
This commit is contained in:
parent
ce757c10eb
commit
121b9781d9
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ module DB
|
|||
# Returns a new connection factory.
|
||||
#
|
||||
# NOTE: For implementors *uri* should be parsed once. If all the options
|
||||
# are sound a factory Proc is returned.
|
||||
# are sound a ConnectionBuilder is returned.
|
||||
abstract def connection_builder(uri : URI) : ConnectionBuilder
|
||||
|
||||
def connection_options(params : HTTP::Params) : Connection::Options
|
||||
|
|
Loading…
Reference in a new issue