You can store the files (MP3) in a folder on the server, and the path to the file in your database. You can also save MP3's as binary data, but it is very inefficient and really not a good idea.
Retrieve the song's path using its name or id and then do whatever you have to do.. This is just one way of doing it. I'm sure many of the developers here have a better solution. On Wed, May 22, 2013 at 1:53 PM, Rana Bunnni <[email protected]> wrote: > > > Hi all, > I would like to create a database that can store music. > How can I save music in couchDB ? > and how can i retrieve a specific music from the database ? > > Greetings > /RB -- Regards- Pavan
