wrap

wrap is an abstraction layer on top of mongodb πŸƒ to make it feel like sorta like firestore πŸ”₯

MIT License

Stars
19
Committers
1

Bot releases are hidden (Show)

wrap - v0.4.0 Latest Release

Published by lucacasonato almost 5 years ago

DO NOT USE IN PRODUCTION AS STUFF WILL CHANGE

  • feat: added sorting
wrap - v0.3.4

Published by lucacasonato over 5 years ago

DO NOT USE IN PRODUCTION AS STUFF WILL CHANGE

  • fixed Data() method crashing with error argument to Decode must be a pointer to a type, but got <invalid reflect.Value>
wrap - v0.3.3

Published by lucacasonato over 5 years ago

DO NOT USE IN PRODUCTION AS STUFF WILL CHANGE

  • added ID() method to iterator. Gets the ID of the current document
wrap - v0.3.2

Published by lucacasonato over 5 years ago

DO NOT USE IN PRODUCTION AS STUFF WILL CHANGE

  • fixed requests timing out
wrap - v0.3.1

Published by lucacasonato over 5 years ago

DO NOT USE IN PRODUCTION AS STUFF WILL CHANGE

  • trying to get a document that doesn't exist will now return an error
wrap - v0.3.0

Published by lucacasonato over 5 years ago

DO NOT USE IN PRODUCTION AS STUFF WILL CHANGE

  • added transactions
  • added batched writing
  • added batched updating
  • added batched deleting
  • added multi file updating
  • added multi file deleting
  • can now use multiple update operations at once
wrap - v0.2.0

Published by lucacasonato over 5 years ago

DO NOT USE IN PRODUCTION AS STUFF WILL CHANGE

  • added data aggregation
wrap - v0.1.0

Published by lucacasonato over 5 years ago

DO NOT USE IN PRODUCTION AS STUFF WILL CHANGE

  • added connecting
  • added collections
  • added documents
  • added indexes
  • added iterators
  • added filtering