COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20210312161034/https://github.com/topics/postgrest
Here are
74 public repositories
matching this topic...
REST API for any Postgres database
Updated
Mar 7, 2021
Haskell
Starter Kit and tooling for authoring REST API backends with PostgREST
Updated
Mar 28, 2020
PLpgSQL
Send messages to RabbitMQ from PostgreSQL
A React web application to query and share any PostgreSQL database.
Updated
Mar 12, 2021
JavaScript
Updated
Mar 12, 2021
Python
Isomorphic JavaScript client for PostgREST.
Updated
Mar 11, 2021
TypeScript
Starter Kit and tooling for authoring GraphQL/REST API backends with subZero
Updated
Feb 23, 2021
PLpgSQL
Pursuance: end-to-end encrypted task management optimized for large numbers of volunteers. We are building a vast and formidable ecosystem of opposition to institutionalized injustice.
Updated
Oct 24, 2019
JavaScript
Make PostgREST requests in Elm
Tooling to aid development of subZero/PostgREST based backend APIs
Updated
Feb 18, 2021
JavaScript
Postgres, PostgREST, and Swagger UI conveniently wrapped up with docker-compose
Updated
May 25, 2019
PLpgSQL
Isomorphic PostgREST API Client for Javascript and Typescript.
Updated
Jan 7, 2021
TypeScript
An example on how to implement session-based authentication with PostgREST
Updated
Feb 16, 2020
Python
Translate your OpenAPI specification into a NGinx config-file to implement your PostgREST system
Updated
Mar 26, 2017
JavaScript
😎 A simple RESTful API in three easy steps.
General is a web application development framework
Updated
Aug 28, 2019
Python
Realtime Angular Admin/CRUD Front End App
Updated
May 26, 2018
TypeScript
Angular client for Postgrest (REST for Postgresql)
Updated
Nov 14, 2018
TypeScript
A C# Client library for Postgrest
REST API for any Postgres database (PostgREST Docker Image)
Updated
May 27, 2020
Dockerfile
Updated
Dec 26, 2016
JavaScript
PWA for managing budget on a monthly basis.
Updated
Mar 8, 2021
JavaScript
Easily add authentication to your postgrest API
A library to work with PostgREST based APIs from Python
Updated
Sep 24, 2019
Python
Updated
Dec 8, 2018
Python
Using Postgres, but as an app! AWS IAM, VPC, RDS, EBS, ECS, PostgreSQL, with PostgREST on Heroku.
Updated
Jun 19, 2020
Makefile
Property Pro Lite is a platform - NodeJS to serve at the API and Javascript, HML5, CSS3 serves the Front-end
Updated
Aug 20, 2020
HTML
A small PostgREST Docker image
Updated
Sep 29, 2018
Dockerfile
Improve this page
Add a description, image, and links to the
postgrest
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
postgrest
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
It happened to me I deleted a column that had a foreign key constraint and for someone not working with databases, I didn't know it is a nono. It resulted in having multiple foreign keys after I added a new one to replace it.
Maybe we could either prevent it or warn the user that the foreign key should be first removed on the dropped column? Or remove the constraint with the column? Also, why c