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 current limbo web design is a bit complicated. #594 (comment)
Currently there is not a GOOD way to drive limbo from the main thread. This issue is for tracking the creation of an interface class that handles driving the limbo-worker via postmessage and onmessage actions while providing a clean and user friendly API.
This interface
Will be written in Typescript
Provide a clean API (nearly identical to sql.js / libsql) for actual database operations
handle initialization of web workers
be the entry point for npm package (index.js)
The text was updated successfully, but these errors were encountered:
The current limbo web design is a bit complicated. #594 (comment)
Currently there is not a GOOD way to drive limbo from the main thread. This issue is for tracking the creation of an interface class that handles driving the limbo-worker via postmessage and onmessage actions while providing a clean and user friendly API.
This interface
The text was updated successfully, but these errors were encountered: