Getting Started
Installation & basic usage
Installation
Using yarn or NPM you can install TyDB like this
Now that you have the database installed, lets connect and start using it.
The above example creates an in-memory-only database, so the data will not persisted and will be lost once the application is close or the instance is lost.
The following chart puts other ways to connect to a database into perspective:
Last updated
Was this helpful?