We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3de5d9 + 9542ce7 commit bd08bddCopy full SHA for bd08bdd
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