-
Notifications
You must be signed in to change notification settings - Fork 7
Setting up (NodeJS)
Dmitry Kochin edited this page Jul 10, 2018
·
2 revisions
NodeJS v.9+
There is no special installation requirements. Provided that you have installed NodeJS v9+ just add tiesdb-client module to your application:
npm install --save tiesdb-clientYou can connect to Ties.DB instances now. See usage examples.
- Introduction
- Notes on latest release
- Setting up a node
- Creating tablespaces and tables
- Ties.DB protocol
- TiQL - Ties.DB query language
- NodeJS client