Skip to content

storage: move to PostgreSQL #288

@flavio

Description

@flavio

The codebase of storage must be changed to store its data inside of PostgreSQL instead of sqlite.

The dabase schema can stay the same right now, there's also no need to migrate the existing data.

Acceptance Criteria

  • Connection is done using the credentials provided by the helm chart
  • The connection is secured using the TLS CA provided by the helm chart
  • All the database interactions are done with PostgreSQL
  • There's no sqlite usage anymore
  • Remove sqlx dependency
  • Remove squirrel dependency
  • Use json queries to apply field and label selectors
  • Implement pagination tracked here and not planned for the MVP

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions