3.2.3 • Published 6 years ago

@sedd/rethink v3.2.3

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

@sedd/rethink

Rethinkdb settings for sedd dashboard

JS interface

Access to client

import {rethink} from "rethink"

Access to Tables

import {
  EventStoreStatus,

  Contracts,
  ContractPlans,
  ContractResults,
  Crews,
  Drills,
  DrillPlans,
  DrillResults,
  MajorMobes,
  Persons,
  PersonRoles,
  Phases,
  PhasePlans,
  PhaseProgress,
  PhaseResults,
  Rigs,
  RigMobes,
  RigMobePlans,
  RigMobeResults,
  Roles,
  Shifts,
  TimeCards,
  Users,
  WorkActivities,
  WorkOrders,
  WorkUnits
} from "@sedd/rethink";

Access to db initializer

import { init } from "@sedd/rethink/lib/init";

init().then(()=> {});

CLI

npm run init.rethink
3.2.3

6 years ago

3.2.2

6 years ago

3.2.1

6 years ago

3.2.0

6 years ago

3.1.0

6 years ago

3.0.0

6 years ago

0.0.1

6 years ago