Giter Club home page Giter Club logo

Comments (5)

techfort avatar techfort commented on June 20, 2024

Hi Vasil,
thank you for raising the issue.
MongoDB compatibility is an ongoing work, LokiJS didn't start with the intent of being MongoDB api compatible, but many users found this would be useful for many reasons, so we're gradually introducing this feature. I will explicitly specify whatever feature is MongoDB compatible in the next release.

from lokijs.

obeliskos avatar obeliskos commented on June 20, 2024

The best current source for this is at techfort's website here :
http://lokijs.org/#/docs

It mentions the operators we currently support are :

  • $eq: equal to
  • $gt: greater than
  • $gte: greater than or equal to
  • $lt: less than
  • $lte: less than or equal to
  • $ne: not equal to
  • $contains: contains
  • $regex: use a regex pattern for matching

Each mongo-expression currently supports 1 field/operation for now, blended with javascript 'where' filters and Resultset and DynamicViews to allow chaining multiple 'and' style filters.

As @techfort mentioned, we will be determining features for next release so feel free to request or inquire about specific issues.

from lokijs.

vdininski avatar vdininski commented on June 20, 2024

Thanks for the list! :)
However I'd like to ask whether you are planning on introducing support for $update operators (think $set, $push, $inc, etc) even though from what I see the operations are synchronous?

from lokijs.

techfort avatar techfort commented on June 20, 2024

@vdininski $update operators are not going to be supported in the short term, but we are going to implement a merge method which allows to merge a plain js object into a loki one and update the record in the collection. If you need any further help let me know, meanwhile I'm closing this.

from lokijs.

xeoshow avatar xeoshow commented on June 20, 2024

Hello,

I am new to LokiJS, since it is 2018 now, how about the status for MongoDB API compatibility currently?

Thanks a lot.

Best regards, Jason

from lokijs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.