In the Browser
How to use TyDB in the browser (with demo)
Installation and usage
Directly including TyDB in a script tag
<script src="//raw.githack.com/alexcorvi/tydb/master/dist/index.browser.js"></script>Using a module bundler & package manager
npm i tydbyarn add tydbMemory only
const db = new tydb.Database({
ref: "mydb",
model: MyModel
});Using IndexedDB Adapter
Connecting to a remote instance
Last updated