Skip to content

Unable to pass collection options #40

Description

@alldayalone
 db.createService = (collectionName, options = {}) => {
    const collection = db.get(collectionName, { castIds: false });

    return new MongoService(collection, options);
  };

I need to set default collation for the collection but there is no way to pass options to the monk method.

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