Your best tip #4912
kneth
started this conversation in
Show and tell
Your best tip
#4912
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As a user of Realm JavaScript, Realm Web or
@realm/react
you have probably find interesting ways to use them. We hope you will share your best tips with us and the community.My tip is to use node.js as a Realm shell. Simply run
node
on the command-line, load Realm (const Realm = require("realm")
) and open a Realm file (let realm = new Realm()
). The Realm schema will be read from the file, and you can inspect it withrealm.schema
.Beta Was this translation helpful? Give feedback.
All reactions