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
First check out how to start a database using the cross platform database module [dino-db](https://www.npmjs.com/package/dino-db)
24
+
25
+
Then check out on how to expose your database with the [server extension](https://www.npmjs.com/package/dino-db-server) so you can connect using this client.
26
+
23
27
# Usage
24
28
```js
25
29
//initialise client on local server with default port (accsesKey is optional and is only required if your server is configered that way)
0 commit comments