Skip to content

Migrate from select() API to Query API #1142

@RangerMauve

Description

@RangerMauve

As part of the migration in #1043 we want to use the Relations API. In order to do this we need to use the Query API

  • Ensure all relevant tables are in the schema
  • Find all calls to select()
  • Replace with db.[table].*
  • Make sure tests pass
  • Make sure TS is happy

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions