GithubHelp home page GithubHelp logo

Comments (6)

nolanlawson avatar nolanlawson commented on June 25, 2024 1

@wujitouch Yeah, I think pouchdb-find integration needs to be implemented within this plugin itself.

from relational-pouch.

nolanlawson avatar nolanlawson commented on June 25, 2024

I'd like to explicitly expose some methods like:

db.rel.createIndex('foo', {field: 'foo'})
db.rel.deleteIndex('foo', {field: 'foo'})
db.rel.query({field: 'foo', value: 'bar'})

Or something like that.

from relational-pouch.

oliviertassinari avatar oliviertassinari commented on June 25, 2024

👍 It would be great.
I had to expose fromRawDoc() on the public API to make a query.

from relational-pouch.

nolanlawson avatar nolanlawson commented on June 25, 2024

Actually nowadays it may make more sense to just directly plug into pouchdb-find and expose that in ember-pouch. However, I don't have much time for that project these days.

from relational-pouch.

vicpon avatar vicpon commented on June 25, 2024

I tried using pouchdb-find along side this plugin but since this one uses a "smart" ID for the document, pouchdb-find has trouble retrieving docs. I could have added the deserialize logic from this plugin but it turned out to be easier to work with the code without using both, so I just stuck with find.

from relational-pouch.

jlami avatar jlami commented on June 25, 2024

I added parseRelDocs in my PR #61 which I needed for my own find query. Thought it might be a good idea to expose this to the outside.

One extra problem i realised when looking at the filters was that db.find in pouchdb-find does not filter on types. So filtering on an attribute date might give more than one type back. But most of the time you only want one type back. For the findHasMany query I do this with an extra selector for the id.

So maybe it is better to make our own version of the query and index functions, since we might also want to include the id between filter to select only documents of a certain type.

from relational-pouch.

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.