I have hundreds of books, so a few years ago I thought I'd make a db for them using mysql. Before creating the db, I came across the intro to normalization on the mysql site (
http://dev.mysql.com/tech-resources/...lization.html).
So I went to work, happily streamlining my design until I had 3NF. My problem was that when I started creating tables and actually entering data on the sql commandline, I realized it was going to be a major pain to remember the various tables and where everything went. I also had difficulty with the joins. Other things in life came up and I was distracted from the project.
Now I have some time, and Istill don't know where to look. I am unclear how to set up an interface for adding or viewing the data. I've used PHP a bit for managing a phpBB forum, as well as phpmyadmin. I write bash scripts on a regular basis to admin my systems. I don't care what language or tool I use, I just don't know a place to start. I'm having trouble coming up with search terms for google--I either get pure design or pure representation.
I'd be grateful to anyone who could point me to the stuff in the middle.