AutoExpireDB is a Python package designed to manage temporary PostgreSQL database users. It's useful for creating temporary users for short-lived access, with automatic cleanup after a specified duration.
- Create and drop temporary users.
- Automatically drop users after a set time.
- Grant specific permissions to the temporary users.
You can install this package via pip (once it's published):
pip install AutoExpireDB