- Description of the project
- Installation instructions
- Usage information
- Contribution guidelines
- Test instructions
- Questions
- License information
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.
repo FuBootCamp/sql-command-line
video https://drive.google.com/file/d/1Nk9TLtT_Dgd_qYrCgOFqDSTuvsTFiD-E/view
If you have any doubts, please contact me...
This is my GitHub profile
This is my email address
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