Skip to content

A college assignment for Database management course, a rigorous practice for CRUD operations using SQL_Alchemy and SQLite.

Notifications You must be signed in to change notification settings

Esprij/The-CRUD-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The-CRUD-Library

A college assignment for Database Management course, a rigorous practice for CRUD operations using SQL_Alchemy and SQLite.

Tools Used

  • Flask
  • SQL Alchemy
  • SQLite
  • DB Browser

Assignment Requirements

Using a web application designed with Flask you are to perform queries that:

CREATE
-A new entry within the database and redirect the user to the home page.

READ
-Output all entires saved within the database and show them in the home page, if not display a message stating the lack of entries.

UPDATE
-Have the ability to change a given attribute from one of the entries when selected in the home page.
-When clicked on the change request/anchor tag, a redirection should be made to a new edit page where it gives the user the ability to submit its changes.
-Once changes have been submitted, redirect to home page and showcase new updated attribute.

DELETE
-Insert another anchor tag next to each entry that gives the ability to delete entries from the database at will.
-Once the entry has been deleted, refresh the home page to showcase the remaining entries within the database.

About

A college assignment for Database management course, a rigorous practice for CRUD operations using SQL_Alchemy and SQLite.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published