-
Notifications
You must be signed in to change notification settings - Fork 179
Description
Hi @ramortegui - many thanks for this very useful little project! It's great for noobs and it has certainly helped me out with my personal project.
However, defining data is one thing, querying for it is another. As someone not very familiar with writing complex SQL statements, it would be great if you could include a list of example queries (ranging from the simplest such as select all products from category to more complex such as a hierarchical category list and so on).
Another thing that I think is missing from the DB is product attributes, such as: colour, size, etc. These could be stored in two new tables, pretty much like tags, but with an additional name field. What do you think?
Many thanks for your wonderful work on this project,
John