MeltanoLabs / MeltanoLabs/target-postgres
Option to lowercase table and column names
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 13
- Forks
- 23
- Avg merge
- 4h 45m
- Merged PRs (30d)
- 4
Description
https://wiki.postgresql.org/wiki/Don't_Do_This#Don.27t_use_upper_case_table_or_column_names
Originally I just went with no modification of column / table names to keep things "easy" , but Postgres likes lowercase better we should offer this as a configuration option something like "name_conforming_strategy"
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files or tests. Start by locating configuration handling and the code that creates PostgreSQL table and column names; determine where a name-conforming strategy would apply. Done means a configuration option lowercases names as requested while retaining the existing behavior when it is not enabled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgresql, python
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100