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
The async methods all seems to consist of wrapping the result of what are essentially sync functions in a Promise.resolve. Is there a way to skip this? There are parts of my application where I cannot run async code.
For now, although the API is internal, you can keep using const { internalInsertMany } = require('blinkdb/dist/core/insertMany') to import the synchronous methods. Do note that these internal functions will not trigger registered hooks, and are considered unstable.
In the future (after v1.0), I will extract the entire synchronous database into a @blinkdb/core module, which will make it easier if you just want to use the underlying synchronous DB implementation without any hooks.
continuation of #26, which was closed as completed without resolution on 2023-10-08:
@retorquere wrote:
@maradotwebp wrote:
@retorquere wrote:
Any timeline on a fix for this?
The text was updated successfully, but these errors were encountered: