Hi Canek,
The place where we specify the type of the database is here:
elisa-core/elisa/core/application.py
db_string = 'sqlite:%s/moovida.db' % config_dir
The sqlite lock is surely a pain in the a** but you just have to close
Moovida in order to tweak the DB.
We do not plan to move to MySQL in the near future. Instead, we are
investigating other ways to store the metadata.
Regards,
Fernando
On Fri, Nov 6, 2009 at 3:16 AM, Canek Peláez Valdés <[email protected]>wrote:
> Hi; I've read the bug 306525
>
> https://bugs.launchpad.net/moovida/+bug/306525
>
> It says that support for MySQL databases is not planned, but, how hard
> do you think it will be? For some things I prefer to manually update
> the database, and that's impossible to do while Moovida is running
> because of the SQLite locking.
>
> The database schema that Moovida uses is rather simple; it will be
> really cool if MySQL could be used as backend.
>
> Regards.
> --
> Canek Peláez Valdés
> Instituto de Matemáticas
> Universidad Nacional Autónoma de México
>