luispedro / waldo

Waldo Project
MIT License
2 stars 3 forks source link

Create configuration for separate "development" and "production" settings #49

Closed magsol closed 14 years ago

magsol commented 14 years ago

Easily switch back and forth between production and development settings for ease of testing and further implementation, e.g.:

Dev: SQLite, small database files Production: MySQL, full database files

luispedro commented 14 years ago

I am still not convinced that MySQL is a good idea. Is it faster? Is it an issue? Why should we have two settings for something that we don't even know what is it.

Removed 'nero' tag. This was not a nero issue. In fact, this wasn't even an issue at all until earlier today.

magsol commented 14 years ago

I apologize; I don't know why I put the nero tag on there. Thank you for removing it and bringing it to my attention.

The reason I like to use MySQL is because I have phpMyAdmin installed, which allows me to easily and visually administrate the databases. Beyond that I have no preference and am happy to defer to your judgment, though I do think it would be a good idea to be able to switch between parsing, storing, and retrieving against the full database files (took a few hours last night) and just the "small" versions we've created.

magsol commented 14 years ago

Active in the "fixes" branch. Will determine if it needs to be merged.