REST API for any Postgres database
-
Updated
Feb 23, 2021 - Haskell
That is, on /pursuance/all, 'Search by tag' and 'Search by project descriptions' input fields.
Add a description, image, and links to the postgrest topic page so that developers can more easily learn about it.
To associate your repository with the postgrest topic, visit your repo's landing page and select "manage topics."
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