drizzle-team / drizzle-team/drizzle-orm
[FEATURE]: Allow asynchronous database settings in drizzle configuration
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 35.8k
- Forks
- 1.6k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 4
Description
### Feature hasn't been suggested before.
- [x] I have verified this feature I'm about to request hasn't been suggested before.
### Describe the enhancement you want to request
Currently the drizzle configuration requires status configuration for the database credentials. However, there are instances running migrations where the credentials must be generated or retrieved, such as from an AWS secret.
It would be very helpful if the db settings could be a promise.
Contributor guide
Assessment
This issue has not been assessed yet.