Skip to content

What is collection's class in julia ? #120

@NitaKihtan-sHeir

Description

@NitaKihtan-sHeir

In Mongoc, I can't input collection into a function, it always reply bugs, how can I write this function correctly?

`using Mongoc
client = Mongoc.Client("mongodb://localhost:27017")
database = client["my_database"]
collection = database["my_collection"]

function useCollection(collection:: ???)

end`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions