Tareas #33
YASS config file in SQLite?
| Status: | Nueva | Start: | 03/17/2009 | |
|---|---|---|---|---|
| Priority: | Baja | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | YASS - core | |||
| Target version: | Nice to have |
Description
I've realized that the personal configuration of YASS is a SQLite file. I really dissagree on it.
For example, mi YASS doesn't start now due to a problem in the DNS resolution (bug #32). I want to edit manually the config file in order to change the domain (it's a manual workaround, but it would always work), but since it's a SQLite file I cannot do it.
Whay not just using a typicall INI file?
History
Updated by Saúl Ibarra Corretgé over 2 years ago
It's easyier to write and read. At first I thought of INI or XML files, but having the structure I have it's really easy (at code level) to edit and manage data.
And you can also edit it!? Why can't you? Any objections in using SQLite? It's fast and easy to use :)
Updated by Iñaki Baz Castillo over 2 years ago
Iñaki Baz Castillo wrote:
Whay not just using a typicall INI file?
I cannot edit it by hand, I need to use a SQLite client.
Updated by Saúl Ibarra Corretgé over 2 years ago
Is it really such a big problem? I find code easier to write by using SQLite :)
Updated by Iñaki Baz Castillo over 2 years ago
- Priority changed from Alta to Baja
Is it really such a big problem? I find code easier to write by using SQLite :)
Fork! Fork!
Updated by Saúl Ibarra Corretgé over 2 years ago
Trancas tuuuuuuuu! when a code rewrite starts (after this is kind of stable) access to the configuration will be done with an API so we can have multiple types of configuration storage options.