Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.5.0
-
None
-
None
Description
Objectives
- Define V1 of the db schema for recon service
- The current proposal is to use jOOQ as the ORM for SQL interaction. For two main reasons: a) powerful DSL for querying, that abstracts out SQL dialects, b) Allows code to schema and schema to code seamless transition, critical for creating DDL through the code and unit testing across versions of the application.
- Add e2e unit tests suite for Recon entities, created based on the design doc