Sitemaps
Questions
DiscussionsQuestionsExperts

Questions

WordPress Development

How can I use wordpress database for my app?

I want to know can I use wordpress database for my ionic based mobile app?

Answer This Question

3

Answers

Jason Lengstorf

Expert in location independence/work-life balance.

You can use WordPress as a REST API, which allows you to read/write data from WP in JSON format.

However, this won't be as performant as other database solutions, so you may want to consider alternatives unless there's a strong business reason to use WordPress.

I've built apps without WordPress, and also with WordPress as a back-end to meet a client's requirements, so I'd be happy to discuss the pros and cons with you if you'd like a second opinion.

Good luck!

Answered about 8 years ago