diff --git a/docs/api/Red/Driver/Pg.md b/docs/api/Red/Driver/Pg.md index c5296ab6..a60caeb4 100644 --- a/docs/api/Red/Driver/Pg.md +++ b/docs/api/Red/Driver/Pg.md @@ -1,4 +1,4 @@ -class submethod BUILD (Red::Driver::Pg: :$!dbh, Str :$!user, Str :$!password, Str :$!host = "127.0.0.1", Int :$!port = 5432, Str :$!dbname, *%_) { #`(Submethod|140020986084160) ... } +class submethod BUILD (Red::Driver::Pg: :$!dbh, Str :$!user, Str :$!password, Str :$!host = "127.0.0.1", Int :$!port = 5432, Str :$!dbname, *%_) { #`(Submethod|140159713687520) ... } -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Data accepted by the Pg driver constructor: dbh : DB::Pg object user : User to be used to connect to the database password: Password to be used to connect to the database host : To be connected to port : What port to connect dbname : Database name diff --git a/docs/api/Red/Driver/SQLite.md b/docs/api/Red/Driver/SQLite.md index 6a104e8d..c8d8f151 100644 --- a/docs/api/Red/Driver/SQLite.md +++ b/docs/api/Red/Driver/SQLite.md @@ -1,4 +1,4 @@ -class submethod BUILD (Red::Driver::SQLite: DBDish::SQLite::Connection :$!dbh, Str :$!database = ":memory:", *%_) { #`(Submethod|140097081725984) ... } +class submethod BUILD (Red::Driver::SQLite: DBDish::SQLite::Connection :$!dbh, Str :$!database = ":memory:", *%_) { #`(Submethod|140657352970704) ... } ------------------------------------------------------------------------------------------------------------------------------------------------------- Data accepted by the SQLite driver constructor: dbh : DBDish::SQLite object database: File name or C<:memory:> to a in memory DB (default)