4 Commits

Author SHA1 Message Date
Vasily.onl
0d6bfea48a 4.0 strategies docs 2025-06-12 18:30:48 +08:00
Vasily.onl
a93bc8e7ce codebase review and update Context file 2025-06-12 13:43:05 +08:00
Vasily.onl
b30c16bc33 Standardize database operations to use SQLAlchemy ORM
- Updated the `MarketDataRepository` and `RawTradeRepository` classes to exclusively utilize SQLAlchemy ORM for all database interactions, enhancing maintainability and type safety.
- Removed raw SQL queries in favor of ORM methods, ensuring a consistent and database-agnostic approach across the repository layer.
- Revised documentation to reflect these changes, emphasizing the importance of using the ORM for database operations.

These modifications improve the overall architecture of the database layer, making it more scalable and easier to manage.
2025-06-06 22:07:19 +08:00
Vasily.onl
5158d8a7d3 review project state and update tasks and context 2025-06-06 19:47:08 +08:00