You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

dbt

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dbt

Database Shell Toolkit

0.1.1
Source
npm
Version published
Weekly downloads
22
175%
Maintainers
1
Weekly downloads
 
Created
Source

dbt

                         ________
    _ _    _        ____//______\\_____
 __| | |__| |_     /__________________/|
| _  |  _ |  _|    |     |______|    | |
|____|____|___|    |_________________|/

Usage

The dbt command makes it easy to connect to your database, create snapshots and restore from these at a later time.

To connect to the database:

dbt

To create a snapshot:

dbt --snapshot

To restore from the most recent snapshot:

dbt --restore

To restore from a specific snapshot:

dbt --restore --file=db/snapshots/my_database.dump

Caveats

This is a very early version of the tool.

(C) 2014 Scott Tadman, The Working Group Inc. and other contributors.

Using the MIT License as described in the LICENSE file.

Keywords

database

FAQs

Package last updated on 14 Apr 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts