json - RESTful PostgreSQL -


i attempting setup new mobile app backend.

the data going stored on postgresql server, have setup on heroku.

what looking easy, fast , simple way of letting apps , post data , database without need me maintain servers or apps use jdbc (for queries or inserts or etc). want communication , mobile apps in json.

i have attempted @ google cloud platform, offer google sql, backed mysql. plus, have setup kind of restful service via app engine or compute engine, way work looking for.

ideally, service provides restful api endpoints makes postgresql data available, simple searching , posting postgresql via service.


suggestions or thoughts welcome.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -