tinyjoin
The tinyjoin module provides a small PostgreSQL-shaped relational database that runs in a dedicated browser Worker and stores data in memory or OPFS.
Start with the create function. It constructs the Worker and loads the WebAssembly engine, so applications do not need to manage either directly.
Since
v0.0.5
Classes
ClientclassClientErrorclass
Interfaces
PreparedStatementinterfaceTransactioninterface- Query results interfaces
- Subscriptions interfaces
ClientOptionsinterfaceSerializedErrorinterfaceWorkerLikeinterface
Functions
createfunction
Type Aliases
RowModetype alias- Data types type aliases
DataDirtype alias