Create a way for txob to not require the user to define the db schema
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Right now in order to properly use txob we need to have the correct db tables, could we figure out a way for txob to just plugin to their ORM and auto migrate the tables it needs so the user doesn't have to worry about it.
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
Start by reviewing txob's current database schema requirements and its Postgres and MongoDB support. Identify how the package could connect to a user's ORM and manage the tables it needs. Done should mean users no longer need to define those tables manually, with the supported database behavior and migration boundaries documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- mongodb, postgresql, typescript
- Domain
- backend, database
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100