I currently have a mySQL database and want interact with it using OData.
In other words, I want to expose the data in this form: http://services.odata.org/Northwind/Northwind.svc/
I've found several tutorials on how to do this (for example, http://msdn.microsoft.com/en-us/vs2010trainingcourse_buildingappandservicesusingodatavs2010_topic3.aspx) if I have Microsoft Visual Studio. But I'm a mac girl. :(
I've also looked at the libraries at the odata homepage (under libraries, and then mysql). But I can't get them to work.
Is there any easy SIMPLE library that can handle this for me?
Thanks so much for the help!!