Skip to content

GaryChangCN/NiRethink

Repository files navigation

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