|
|
|
|
|
by ruslan_talpa
3433 days ago
|
|
Just read all your objections to Parse.
It seems to me that all of them arise from two core things
- You don't have access to database that actually holds the data
- The database is MongoDB which is quite young compared to MySQL/Postgres and can't do terribly complicated stuff The above two things as you said made Parse very inflexible once you get beyond prototype phase. I think i solved all of your objections in my product (http://graphqlapi.com) which puts the database at the center and the schema drives the api.
Internally it uses PostgREST to which i've been a core contributor for more then a year now ... how time flies :) |
|
If prototyping tools are done right, I think they are valuable and awesome.