Skip to content

FuBootCamp/sql-command-line

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL Employee Tracker

Static Badge

Table of contents

Description of the project

SQL Employee Tracker is a command line application (CLI) that allows you to perform basic operations with a related database, in this case POSTGRES. Display, add and update records using a connection to the database, in this case called thecompany_db.

The use of SQL to generate the queries represented the greatest motivation, from the simple department query to the complicated employee query, since this table handles a recursive relationship, meaning that an employee can have a relationship with another employee, in this case, that of being his or her manager.

Using a database represents the possibility of generating a fully functional application. It is to be able to do all operations with real data and through a relational database.

With the management of the database we are placed in the deepest part of the back end, opening endless possibilities in the development of applications.

Installation instructions

not applicable

Usage information

repo FuBootCamp/sql-command-line

Contribution guidelines

not applicable

Test instructions

video https://drive.google.com/file/d/1Nk9TLtT_Dgd_qYrCgOFqDSTuvsTFiD-E/view

Questions

If you have any doubts, please contact me...

This is my GitHub profile

GitHub

This is my email address

buzonplataforma12@gmail.com

License information

The MIT License THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, A RISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published