Which "database" does vvvv like best?

hey all

making a “jukebox” type media player system using vvvv

so, I’ve got many many many mp3s and i’d like to keep track of stats for each song…like:

o last time played
o last date played
o last time skipped
o rating

etc etc

So…what’s vvvv’s smoothest way to associate this kind of data with each song?

I don’t have ANY experience with mySQL, and I think shoving it all in an XML file would get really bloated…

…any ideas?

thanks!
zz

SQLite feets your needs … well you need to know some SQL for sure, but at a very basic level.

i always used mySQL. works really well!
and its more or less the standard…

i’ll give it a shot!