https://github.com/naterfute/Postgres-access-controller
A Python program for configuring and managing access to your postgresql instance!
https://github.com/naterfute/Postgres-access-controller
Last synced: 19 days ago
JSON representation
A Python program for configuring and managing access to your postgresql instance!
- Host: GitHub
- URL: https://github.com/naterfute/Postgres-access-controller
- Owner: olwalkey
- Created: 2024-10-07T23:02:01.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T23:04:26.000Z (almost 2 years ago)
- Last Synced: 2024-12-28T11:27:54.913Z (over 1 year ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Postgres Access Controller
A simple project I built to manage multiple users for my self-hosted
programs using a PostgreSQL database. It improves security and convenience
by restricting applications to specific databases, preventing access to others.