AWizardInDallas
First Post
Wanna help me with a D20 3.5 database application I'm working on? If you're serious and you're not moving over the 4E tomorrow please drop me a line. Thanks.
Methinks perhaps he didn't look closely enough.maransreth said:Andargor's database is just a collection of data from an xml file.
andargor said:Good initiative. I do have MySQL and MSSQL versions of the database.
In any case you are welcome to use it, if it will help your project.
azhrei_fje said:I'm curious about the database itself. Will it be usable on a real computer, say a Unix/Linux server? Or is this something that will only run on a PC? (Obviously, I'd use the first and pass on the second.)
azhrei_fje said:I would also be interested in the final schema for this project. For example, in the spell header there's an entry for Level. Will the data be free form text or perhaps a foreign key to another table? I'm thinking of the concerns between the performance of searching a text field vs. having to update relational indexes. Also, how do you have some spells have Effect, others having Area, and yet others with Target? Do you create columns by those names and leave some fields with NULLs? Or do you create two columns, one which contains the type of effect from the three listed above, and a second column which has the value? There are definite usability/performance concerns...
Just curious.