in reply to Re^2: online database for desktop app
in thread online database for desktop app

Plz have a look at the sketched communication flow in my second footnote (updated).

A CGI using JSON and DBI to run just 2 or 3 prepared statements returning AoAs should have less overhead than configuring a full REST/ODATA layer.

Without knowing your app I can't judge how complicated it's supposed to become later, hence justifying the long term investment into abstraction.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

update

NB: if you put these SQL-statements into a separate module you can use and test them directly. The additional CGI/JSON layer would be transparent.