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 3, 2024
1 parent b1acae2 commit 3f0060f
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|140031788242784) ... }
class submethod BUILD (Red::Driver::Pg: :$!dbh, Str :$!user, Str :$!password, Str :$!host = "127.0.0.1", Int :$!port = 5432, Str :$!dbname, *%_) { #`(Submethod|139841970275904) ... }
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

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|140460348174704) ... }
class submethod BUILD (Red::Driver::SQLite: DBDish::SQLite::Connection :$!dbh, Str :$!database = ":memory:", *%_) { #`(Submethod|140276184817840) ... }
-------------------------------------------------------------------------------------------------------------------------------------------------------

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 3f0060f

Please sign in to comment.