Skip to content

kubajabko/db-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

		     _  _                                                   _       
		    | || |                                                 | |      
		  __| || |__   ______   ___ __  __  __ _  _ __ ___   _ __  | |  ___ 
		 / _` || '_ \ |______| / _ \\ \/ / / _` || '_ ` _ \ | '_ \ | | / _ \
		| (_| || |_) |        |  __/ >  < | (_| || | | | | || |_) || ||  __/
		 \__,_||_.__/          \___|/_/\_\ \__,_||_| |_| |_|| .__/ |_| \___|
								    | |             
								    |_|             

The app first creates SQLite database with employees and departments data (hardcoded atm). There are 3 tables:

  • employee table
  • department table
  • join table with employee-department relation (One (department) to Many (employees))

DB

Besides creating and filling database the app has console menu with following options to modify data in database:

Menu

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages