Skip to content
Advertisement

Tag: ravendb

List RavenDB collections, using py-ravendb

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_commands isn’t available. But how can I list all collections in a RavenDB v5.4+ database instead, using py-ravendb? Answer I think you

Advertisement