Created
March 11, 2014 01:29
-
-
Save mgagne/9477859 to your computer and use it in GitHub Desktop.
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
$database_connection = database_connection({ | |
dialect => $database, | |
username => $database_username, | |
password => $database_password, | |
host => $database_host, | |
port => $database_port, | |
database => $database_name, | |
encoding => $database_encoding }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment