PDA

View Full Version : SQLite database Design Help / Ideas


markstaylor
08-17-2007, 12:07 PM
First I am not asking for the code or for someone to do it for me.

I am thinking about creating a database for Cisco Router/Switche Commands.

As some of you know each command has additional options or additional command arguments.
For Example:
the command Show has the following additional commands (not a full list)
Show Running-Configuration
Show Startup-Configuration
Show Version
Show Ip Interface
Show IP Inteface Brief
on and on and on....

And some commands are model or software specific.

What I am thinking I'll need is:

1. Model type dropdown
2. Drop down of available Commands per Model
3. Second dropdown of matching arguments (like above, Version, IP Interface etc).
4. A Description of the selected command
5. An Example of the command w/Argument command
6. Software Version(s) that the command is supported

Is this doable?
I'm not a database guru, but how would you get started on something like this?

Thanks