Skip to content

Building a 3-tier app using Python programming and Tkinter and SQLite RDBMS

License

Notifications You must be signed in to change notification settings

shakibyzn/3-tier-store-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3-tier-Architecture

Building a 3-tier app using Python programming and Tkinter and SQLite RDBMS


Table of Contents


Description

A 3-tier architecture separates its tiers from each other based on the complexity of the users and how they use the data present in the database.
It is the most widely used architecture to design a DBMS. It is composed of Database Tier (data access), Application Tier (business logic) and User Tier (user interface). The entity diagram of the database is shown below:

samples

Techniques

  • 3-tier architecture
  • Tkinter
  • SQLite RDBMS

Back To The Top


License

MIT License

Copyright (c) [2021] [Shakib Yazdani]

Back To The Top


Author Info

Back To The Top

About

Building a 3-tier app using Python programming and Tkinter and SQLite RDBMS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages