qlik-oss / mongocursorpagination

MIT License
5 stars 9 forks source link

Replace minquery library by a simple cursor marshall/unmarshal #4

Closed seriousben closed 5 years ago

seriousben commented 5 years ago

minquery is only used for serializing / de-serializing bson.

It is fairly easy to do within mgo-cursor-pagination and would remove a dependency.

EtienneDufresne commented 5 years ago

done