https://github.com/stylepatrick/python-postgres-api
Template to access postgres via REST API without ORM. Flask and psycopg2 used.
https://github.com/stylepatrick/python-postgres-api
flask postgres postgresql rest rest-api
Last synced: 2 months ago
JSON representation
Template to access postgres via REST API without ORM. Flask and psycopg2 used.
- Host: GitHub
- URL: https://github.com/stylepatrick/python-postgres-api
- Owner: stylepatrick
- License: mit
- Created: 2021-03-05T21:39:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-13T07:24:21.000Z (over 5 years ago)
- Last Synced: 2025-03-21T11:22:54.593Z (about 1 year ago)
- Topics: flask, postgres, postgresql, rest, rest-api
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-postgres-api
Python template to access postgres via REST API without ORM. Flask and psycopg2 used.