https://github.com/openbeer/schema.sql
beer.db database schema (tables, views, etc.) scripts (in SQL) and documentation
https://github.com/openbeer/schema.sql
Last synced: 1 day ago
JSON representation
beer.db database schema (tables, views, etc.) scripts (in SQL) and documentation
- Host: GitHub
- URL: https://github.com/openbeer/schema.sql
- Owner: openbeer
- Created: 2014-08-08T22:17:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-08T22:38:54.000Z (over 11 years ago)
- Last Synced: 2024-03-26T19:57:43.315Z (over 1 year ago)
- Size: 137 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-sqlite - openbeer/schema.sql - beer, brand, brewery, etc. (SQLite Schemas / Desktop)
README
# 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](http://groups.google.com/group/beerdb).
Thanks!