osbytes / osbytes/txob

Create a way for txob to not require the user to define the db schema

Open
#81 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.