Skip to content
This repository has been archived by the owner on May 10, 2020. It is now read-only.

pgronkievitz/library-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library database

TODOs

Models

Books

  • id
  • title
  • author (many-many)
  • ISBN
  • publisher (one-many)
  • page-count
  • rating
  • maturity-rating (one-many)
  • category (many-many)
  • status
  • publish-date
  • series
  • lang

Users

  • Username
  • Penalties
  • Borrowed books
  • First name
  • Last name
  • Address

Database

  • Create tables
    • Users
    • Books
  • Fill data
  • Export to MS Access's *.accdb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages