Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions source/applications/database-references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@ Support
references manually or use the `MongoDBx::AutoDeref
<http://search.cpan.org/dist/MongoDBx-AutoDeref/>`_ CPAN module.

**PHP**
The PHP driver does support DBRefs, including the optional ``$db`` reference, through
`The MongoDBRef class <http://www.php.net/manual/en/class.mongodbref.php/>`.

**Python**
The Python driver supports automatic resolution of DBRef
relationships, and provides the :api:`DBref class <python/current/api/bson/dbref.html>`,
Expand Down