-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
22 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -247,11 +247,19 @@ for more information. | |
The user name used to connect the database. This is optional if the | ||
database or the database driver module does not require user name. | ||
|
||
If both of C<username> and C<dsn>'s C<user> are specified, how they | ||
are used is database driver dependent. For the | ||
L<AnyEvent::MySQL::Client> mode, C<username> is used if defined. | ||
|
||
=item password => string | ||
|
||
The password used to connect the database. This is optional if the | ||
database or the database driver module does not require password. | ||
|
||
If both of C<password> and C<dsn>'s C<password> are specified, how | ||
they are used is database driver dependent. For the | ||
L<AnyEvent::MySQL::Client> mode, C<password> is used if defined. | ||
|
||
=item writable => boolean | ||
|
||
Whether the database is writable or not. If not writable, the | ||
|
@@ -1704,7 +1712,7 @@ until 7 March, 2022. | |
|
||
=head1 LICENSE | ||
|
||
Copyright 2011-2022 Wakaba <[email protected]>. | ||
Copyright 2011-2024 Wakaba <[email protected]>. | ||
|
||
This library is free software; you can redistribute it and/or modify | ||
it under the same terms as Perl itself. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters