There was an error while loading. Please reload this page.
2 parents 9c6529b + bd08bdd commit b5fdc94Copy full SHA for b5fdc94
doctrine.rst
@@ -54,6 +54,9 @@ The database connection information is stored as an environment variable called
54
55
# to use postgresql:
56
# 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"
60
61
.. caution::
62
0 commit comments