Skip to content

Latest commit

 

History

History
69 lines (40 loc) · 1.51 KB

README.md

File metadata and controls

69 lines (40 loc) · 1.51 KB

NiRethink

RethinkDB client

Download

download page

Preview

  • New connection

add-conn

  • Database list

db-list

  • Table list

table-list

  • Object item support

object-item

  • Tree view support

tree-view

  • Index list support

index-list

  • Multi connection support

multi-conn

  • Official Admin Console Support

official admin

Todo

  • Windows download support (you can package it now by yourself :) )
  • Remove connection and save connect information

Develop

    npm install // or yarn add
    npm run no

production

    npm install // or yarn add
    npm run prod

package

    npm install // or yarn
    npm run package