This is the Linux app named PostgREST whose latest release can be downloaded as postgrest-v11.2.1-windows-x64.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named PostgREST with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
PostgREST
DESCRIPTION
PostgREST is a standalone web server that turns your PostgreSQL database directly into a RESTful API. The structural constraints and permissions in the database determine the API endpoints and operations. Using PostgREST is an alternative to manual CRUD programming. Custom API servers suffer problems. Writing business logic often duplicates, ignores or hobbles database structure. Object-relational mapping is a leaky abstraction leading to slow imperative code. The PostgREST philosophy establishes a single declarative source of truth: the data itself. It’s easier to ask PostgreSQL to join data for you and let its query planner figure out the details than to loop through rows yourself. It’s easier to assign permissions to db objects than to add guards in controllers. (This is especially true for cascading permissions in data dependencies.) It’s easier to set constraints than to litter code with sanity checks.
Features
- Leak-proof Abstraction
- PostgREST has a focused scope
- PostgREST is a standalone web server
- Serialize JSON responses directly in SQL
- Combined row counting and retrieval
- Data validation
Programming Language
Haskell
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/postgrest.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.