ostafen/clover

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.

Hi, this is something I was planning. You anticipated me :=)
I would call the method ListCollections()

jsgm commented

ListCollections() looks fine for me ๐Ÿ˜„

Since this is very simple to implement, I will leave the issue open for a while before implementing, to allow new contributors to join
:=)

Hello.

I would like to work on it