You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To support a different database engine, breeze-mongodb would need an injectable database dependency.
In fact, the savehandler already uses an injectable database dependency, the mongodb module import is only used for ObjectID.
Also, TingoDB runs a lot faster with integer keys, but that would also mean metadata changes for the client side, am I correct?
The text was updated successfully, but these errors were encountered:
To support a different database engine, breeze-mongodb would need an injectable database dependency.
In fact, the savehandler already uses an injectable database dependency, the mongodb module import is only used for ObjectID.
Also, TingoDB runs a lot faster with integer keys, but that would also mean metadata changes for the client side, am I correct?
The text was updated successfully, but these errors were encountered: