I'm working on a project for which I will need to create a large item database, with plenty of different types of items which will all have different data structures and attributes. I'm hoping to either find or implement a tool which will help my collaborators and I create item data collaboratively, something like a database frontend, basically. I've considered setting up an instance of a rails backend like railsAdmin and creating models for each type of item we'll need (e.g. weapon, vehicle, etc) and allowing team members to simply create new database records and populate data fields, then pull the data out of the DB and convert it to whatever format we need down the road.
My question is whether anyone has any experience with another tool, preferably something web-based, which would allow users to edit records in a database while easily adding or removing fields for specific tables? How did you and your team catalog all the items for your last project?
Thanks in advance and apologies for my poorly worded query.
dba
site is a better fit, but it's borderline :) The OP is asking for a software package recommendation, whereasdba
is for "database professionals who wish to improve their database skills" - not locate a specific package. :) In any case, not here... – Cyclops Aug 15 '11 at 21:43dba
has some tool-related questions, I thought it might fit there. But yeah, if he doesn't know either,dba
might not be the right choice – bummzack Aug 15 '11 at 21:49