jugglingdb icon indicating copy to clipboard operation
jugglingdb copied to clipboard

Multi-database ORM for nodejs: redis, mongodb, mysql, sqlite3, postgresql, arango, in-memory...

Results 76 jugglingdb issues
Sort by recently updated
recently updated
newest added

This does not seem to be mentioned in the documentation, and a quick Google search only points to an [unanswered Stack Overflow question from 2014](https://stackoverflow.com/questions/27222706/how-can-i-have-composite-primary-key-schema-in-jugglingdb). The question is: does JugglingDB...

Awesome Project This package is ready for production use? If not ready, do you know any alternative package for production? Tank You.

Hi, I found that the upsert method won't trigger any hook if the adapter support updateOrCreate method (mysql in my case). I debugged and found the reason in below code:...

If I've understood this correctly, as of now only `AND` conditions are available. Even simple logical `OR` expressions are not supported (at least not in a generic way). I find...

I searched for this and couldn't really see an answer to it. Can you use JugglingDB without a schema? Or a way to use it with a minimal schema (must...

How to get the table definition from a datasource? Anyone!

I like this project, but I saw that the last maintenance is about a year ago. I want to use jugglingdb for a big project, and I need to know...

i can't find such api,how??

Any defaults that contain a reference will be corrupted when a value is set into the corresponding attribute. Here's a short example: ``` coffeescript {Schema} = require 'jugglingdb' schema =...

`.propertyChanged` and friends should go.