1.0.0 • Published 4 years ago

trinity-db v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

Trinity.js

A CLI tool created to help people learn the basics of Databases.

Usage

On the Command line input the following command, you will have to set up a directory on the first login.

trinity-cli

TODO

  • CLI will ask questions:
    • Login
    • what command do you want to use
    • Data Definition:
      • Create DB/TBL/USER
      • Delete DB/TBL/USER
      • Modify TBL/USER
    • Data Manipulation:
      • Insert Data
      • Alter Data
      • Delete Data
      • Search Data
    • Snaphots:
      • Take Snapshots
      • Delete Snapshots
    • Export & Import DB