Using eyeDB or any odbms

Tried searching around with no luck but is there a way to use eyeDB or any odbms with unity? I’m most familiar with eyeDB but I’m willing to work with anything that unity can handle. I’m assuming if I had pro I could import a dll but I currently dont have pro

Any suggestions would be greatly appreciated!

  1. You can use MongoDB and access records and tables via Json + HTTP access.

  2. The other way is to use SmartFox or Photon Server. Then use Photon Server or SmartFox client networking to communicate with the server.

2b. The SmartFox and/or Photon Server accesses the database, the Unity client communicates with the SmartFox or Photon Server to get data from the database.