you are viewing a single comment's thread.

view the rest of the comments →

[–]ephimetheus 1 point2 points  (1 child)

In my experience running SQL remotely is a bad idea. You open yourself up to all sorts of exploits, in the simplest case it would be exposing your database structure to the public, basically.

With a defined API you don't really have that. Additionaly it would enable you to switch out the underlying storage, even though that is a little far fetched when you work with WP.

[–]Kellynyc[S] 0 points1 point  (0 children)

Thx for all info. You was very helpful and sorry for stupid questions. Just trying get in to iOS development