Skip to content

beer.db database schema (tables, views, etc.) scripts (in SQL) and documentation

Notifications You must be signed in to change notification settings

openbeer/schema.sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

schema.sql

beer.db database schema (tables, views, etc.) scripts (in SQL) and documentation

The beer.db includes the following tables:

  • beers (belongs to brewery n brand) e.g. Guiness Extra Stout
  • brands (has many beers; belongs to brewery) e.g. Guiness
  • breweries (has many brands n beers) e.g. St. James's Gate Brewery / Guinness Brewery
  • tags e.g. irish_dry_stout, stout
  • taggings (join table)

For more see the beer.db.sql script.

Questions? Comments?

Send them along to the Open Beer, Breweryn n Brewpub Data Forum/Mailing List. Thanks!

About

beer.db database schema (tables, views, etc.) scripts (in SQL) and documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published