Support database cloning
Open
- Dominant language
- Python
- Stars
- 485
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
It would be a very nice feature for development work (e.g. when working on migrations) to just be able to right click -> clone under a different name.
Basically an equivalent of `CREATE DATABASE newdb WITH TEMPLATE originaldb OWNER dbuser;`
Contributor guide
No contributing guide indexed for this repository
Research direction
No files or tests are named. Start by locating the database context-menu actions and the PostgreSQL connection handling, then verify how the requested CREATE DATABASE ... WITH TEMPLATE operation fits there. Done means a database can be cloned under a new name with the selected owner through the right-click workflow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgresql, python
- Domain
- databases, desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100