Show HN: Restabase – REST interface for SQL database
1–6 of 6 posts
Re: Show HN: Restabase – REST interface for SQL database
#2Re: Show HN: Restabase – REST interface for SQL database
#3It might be interesting to take a look at PostgREST: a similar idea, though only for PostgreSQL. http://postgrest.com/
Thanks for the link to a similar option for PostgreSQL
Re: Show HN: Restabase – REST interface for SQL database
#4It might be interesting to take a look at PostgREST: a similar idea, though only for PostgreSQL. http://postgrest.com/
did a PR to update the readme, didn't notice that this was mysql/maria limited... had to read the package.json. Thanks for the link to a similar option for PostgreSQL
Re: Show HN: Restabase – REST interface for SQL database
#5Earlier quoted context omitted.
did a PR to update the readme, didn't notice that this was mysql/maria limited... had to read the package.json. Thanks for the link to a similar option for PostgreSQL
This is using sequelize as ORM so it should work with PostgreSQL too. I just haven't configured it yet.
Re: Show HN: Restabase – REST interface for SQL database
#6Earlier quoted context omitted.
This is using sequelize as ORM so it should work with PostgreSQL too. I just haven't configured it yet.
Does sequelize present PostgreSQL metadata the same way as MySQL?