Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Overview

The purpose of this assginment is to show that I understand the basics of SQL and know how to use it with a database as well as to create tables, insert data, query data, modify data, and delete data. This program creates a simple data base of books and their authors, then the database is modified accordingly.

Software Demo Video

Relational Database

I used SQLite to crate a library.db file.

The stucture I chose is a simple one that holds the names and authors names. I hope to add more tables and link them together in the future.

Development Environment

I ended up useing SQLite3 for this project. It creates a library database. I used python and used SQL to query, modify and delete the database.

Useful Websites

Future Work

  • Customer table and checked out table
  • Better recomendation system
  • Make better methods suited for a library instead of SQL commands.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages