Skip to content

Commit 455edf4

Browse files
hosseinvakilijaviereguiluz
authored andcommitted
Add Oracle DATABASE_URL instruction
1 parent 7f2b61d commit 455edf4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doctrine.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ The database connection information is stored as an environment variable called
5454
5555
# to use postgresql:
5656
# DATABASE_URL="postgresql://db_user:db_password@127.0.0.1:5432/db_name?serverVersion=11&charset=utf8"
57+
58+
# to use oracle:
59+
# DATABASE_URL="oci8://db_user:db_password@127.0.0.1:1521/db_name"
5760
5861
.. caution::
5962

0 commit comments

Comments
 (0)