SSPkrolik / nimongo

Pure Nim lang MongoDB driver
http://sspkrolik.github.io/nimongo
MIT License
101 stars 20 forks source link

support elementary functionality for grid-fs #81

Closed mashingan closed 4 years ago

mashingan commented 4 years ago

Add support for several elementary functionality for grid-fs

  1. createBucket
  2. getBucket
  3. uploadFile
  4. downloadFile

Tested only on Windows and from local running mongodb server.

JohnAD commented 4 years ago

@mashingan I like the grid-fs work you have done for nimongo. Would you be okay with me implementing the same/similar code into the mongopool MongoDB driver?

mashingan commented 4 years ago

@JohnAD Sure, feel free.