File manager - Edit - /usr/local/cpanel/3rdparty/perl/542/cpanel-lib/URI/yugabyte.pm
Back
package URI::yugabyte; use base 'URI::_db'; our $VERSION = '0.23'; sub default_port { 5433 } sub dbi_driver { 'Pg' } sub canonical_engine { 'pg' } sub _dbi_param_map { my $self = shift; return ( [ host => scalar $self->host ], [ port => scalar $self->port ], # Always pass the port [ dbname => scalar $self->dbname ], ); } 1;
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.05 |
proxy
|
phpinfo
|
Settings