Skip to content

GaryChangCN/NiRethink

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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