We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b5f29 commit d937841Copy full SHA for d937841
README.pod
@@ -200,7 +200,11 @@ Returns the file description number of the connection socket to the server.
200
Supports basic CRUD operations and prepared statements with placeholders
201
202
my $dbh = DBIish.connect('SQLite', :database<thefile>);
203
+
204
+The :database parameter can be an abosulte file path as well:
205
206
+ my $dbh = DBIish.connect('SQLite', database => '/path/to/sqlite.db' );
207
208
=head2 mysql
209
210
0 commit comments