I’m trying to query or list all collections in a RavenDB database, using RavenDB’s Python Client. So far I’ve come to something like: The last line errors out with: AttributeError: ‘DocumentStore’ object has no attribute ‘database_commands’ Obviously the database_comm…