Don't query your PostgreSQL db anymore, prefer PostgREST
Using PostgREST, a Laravel application that relied on multiple database queries could remove all queries after migrating from MySQL to PostgreSQL. PostgREST turns a PostgreSQL database into a RESTful API, simplifying access to data through web calls and eliminating the need for manual queries. The p.. read more
















