-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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 paginationtracked here and not planned for the MVP