In the Browser
How to use TyDB in the browser (with demo)
Last updated
Was this helpful?
How to use TyDB in the browser (with demo)
Last updated
Was this helpful?
Install TyDB using npm
or using yarn
Similar to when running in NodeJS, if you instantiate the database with no persistence adapter, data will not be persisted and will live in memory only.
Similar to when running in NodeJS environment, the instance in this case will be nothing more than a shell that sends arguments and receive data.