Skip to content

Commit be9eddf

Browse files
committed
Document Pg Array
1 parent 429fb48 commit be9eddf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.pod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ Supports basic CRUD operations and prepared statements with placeholders
106106

107107
my $dbh = DBIish.connect('Pg', :host<db01.yourdomain.com>, :port(5432),
108108
:database<blerg>, :user<myuser>, :$password);
109+
110+
Pg array are supported when fetching array fields with C<row/allrows>. You will
111+
get the properly typed array according to the field type.
112+
113+
But passing array to C<execute/do> is not implemanted yet.
109114

110115
=head2 SQLite
111116

0 commit comments

Comments
 (0)