0

I am working for android application development and i need database connection there in support of my app. Please suggest me a useful solution for the connection of the database.

Idan Adar
  • 44,156
  • 13
  • 50
  • 89

1 Answers1

0

All the backend calls ( including DB or any other web services ) are handled by Adapters in Worklight. I would suggest to go through this link to know more about Adapters.

and this question for more examples.

For connecting Database you should use SQL adapters.

Community
  • 1
  • 1
Bluewings
  • 3,438
  • 3
  • 18
  • 31