Skip to content

karchx/tuidb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TUIDB

A database administrator only for consultation and change of user with privileges and information of tables of the db

Tab user

Tab table

Starting

These instructions will allow you to get a working copy of the project on your local machine for development and testing purposes.

$ git clone https://github.com/KenethSandoval/sql-tuidb

run docker for test

$ make up

make build compile

$ make compile

clean docker and binary sqldash

$ make clean

Configuration

A config file will be generated when you first run tuidb. Depending on your operating system it can be found in one of the following locations:

  • macOS: ~/Library/Application\ Support/tuidb/config.yml
  • Linux: ~/.config/tuidb/config.yml
  • Windows: C:\Users\me\AppData\Roaming\tuidb\config.yml

It will include the following default settings:

settings:
    username: root
    password: root
    database: testdas