Skip to content

Commit

Permalink
Create docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 28, 2024
1 parent 786dec4 commit 78d7066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/Red/Driver/Pg.md
Original file line number Diff line number Diff line change
@@ -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|140482098991472) ... }
class submethod BUILD (Red::Driver::Pg: :$!dbh, Str :$!user, Str :$!password, Str :$!host = "127.0.0.1", Int :$!port = 5432, Str :$!dbname, *%_) { #`(Submethod|139754466614512) ... }
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

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
Expand Down
2 changes: 1 addition & 1 deletion docs/api/Red/Driver/SQLite.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class submethod BUILD (Red::Driver::SQLite: DBDish::SQLite::Connection :$!dbh, Str :$!database = ":memory:", *%_) { #`(Submethod|140400744012800) ... }
class submethod BUILD (Red::Driver::SQLite: DBDish::SQLite::Connection :$!dbh, Str :$!database = ":memory:", *%_) { #`(Submethod|139711220954160) ... }
-------------------------------------------------------------------------------------------------------------------------------------------------------

Data accepted by the SQLite driver constructor: dbh : DBDish::SQLite object database: File name or C<:memory:> to a in memory DB (default)
Expand Down

0 comments on commit 78d7066

Please sign in to comment.