Add a db.GetCollections() method
jsgm opened this issue ยท 4 comments
jsgm commented
Hello all.
In some cases, specially for old projects it would be interesting to add a GetCollections()
method that returns a slice of strings with the different existing collections names.
ostafen commented
Hi, this is something I was planning. You anticipated me :=)
I would call the method ListCollections()
jsgm commented
ListCollections()
looks fine for me ๐
ostafen commented
Since this is very simple to implement, I will leave the issue open for a while before implementing, to allow new contributors to join
:=)
DaniloMarques1 commented
Hello.
I would like to work on it