On Wed, Jun 15, 2011 at 7:32 AM, sandeep wrote:
> Hi,
> Is there any way to see what tables exist in the embedded database used by
> Amarok and the columns in those tables? Is it documented?
You can follow http://amarok.kde.org/wiki/Development/MySQL_Embedded#Tips
to load the database in the MySQ
Additionally, you can dump the complete database content into csv files, one
per table, including column headers. There's a way to start the dump from
the script console, but I forgot which command it is exactly. They'll be in
your home directory. For even more fun, you can magically configure Amar
On Wed, Jun 15, 2011 at 16:32, sandeep wrote:
> Hi,
> Is there any way to see what tables exist in the embedded database used by
> Amarok and the columns in those tables? Is it documented?
> Thanks,
> Sandeep
DatabaseUpdater::createTables() is what you need. It's not better
documented than in the
Hi,
Is there any way to see what tables exist in the embedded database used by
Amarok and the columns in those tables? Is it documented?
Thanks,
Sandeep
___
Amarok-devel mailing list
Amarok-devel@kde.org
https://mail.kde.org/mailman/listinfo/amarok-deve
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/101598/#review3900
---
Style and logic looks OK to me. I can't comment on the functiona