β¬οΈInstallation
installing dino db
The main Database
The base dino db is cross platform, it can be used in the browser and in backend environments.
Node
# npm
npm install dino-db
# yarn
yarn add dino-dbBrowser
// Module Bundler (recomended)
import * as dinoDb from 'dino-db'
// cdn
import * as dinoDb from 'https://cdn.skypack.dev/dino-db'Client
The client is built to be cross platform, it can also be used in the browser and in backend environments.
Node
Browser
Server
The server is a node module designed to be used in the backend. It is mainly used to expose you database to external applications and use the client to communicate with it.
Node
Importing
Last updated