agronholm / agronholm/apscheduler
Table Prefix for SQLAlchemyDataStore
- Dominant language
- Python
- Stars
- 7.6k
- Forks
- 783
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 5
Description
### Things to check first
- [X] I have searched the existing issues and didn't find my feature already requested there
### Feature description
Ability to add a prefix to the table names when setting up a SQLAlchemyDataStore.
I tried doing what's mentioned in #722 but it doesn't work. The table name is still hardcoded in other places and I didn't want to go down that rabbit hole.
### Use case
Would save me some mental damage every time I look at my tables in pgadmin.
Contributor guide
Research direction
Start with SQLAlchemyDataStore and review the approach referenced in issue #722, tracing every place where table names are defined or used. The work is done when a configured prefix is applied consistently to all SQLAlchemyDataStore tables and the existing datastore behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, sqlalchemy
- Domain
- database
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100