vicsharp-shibusa / kyna

Open source stock data collection and analysis.
MIT License
2 stars 1 forks source link

Agnostic DB context and PostgreSQL-specific context. #7

Closed vicsharp-shibusa closed 7 months ago

vicsharp-shibusa commented 7 months ago

Build a DB context with core db interactions but without any specific database drivers; core features include execute and query functions.

Build a PostgreSQL-specific database context that inherits from the generic db context; this class will contain the PostgreSQL-specific drivers.

Completed with commit 2648eab945fef34d0057be7ee44cc598ea4014d2.