Repository
This issue belongs in Fundable-Protocol/Backend under indexer/.
Migrated from Fundable-Protocol/stellar_indexer#13.
Context
The streams domain needs database tables before stream event handlers and API resolvers can persist/query data.
Scope
Out of Scope
- Unrelated package work
- Docker, CI, or deployment work unless named in scope
- Broad refactors outside the touched package
Acceptance Criteria
Dependencies
Suggested Files or Packages
indexer/streams/
indexer/common/src/db/
- migration files
Repository
This issue belongs in
Fundable-Protocol/Backendunderindexer/.Migrated from Fundable-Protocol/stellar_indexer#13.
Context
The streams domain needs database tables before stream event handlers and API resolvers can persist/query data.
Scope
StreamtableWithdrawalActiontableCancelActiontableOut of Scope
Acceptance Criteria
bun run type-checkpassesbun run testpassesbun run lintpassesbun run indexer:type-checkpassesbun run indexer:testpassesbun run indexer:lintpassesDependencies
Suggested Files or Packages
indexer/streams/indexer/common/src/db/