f1nal3 / Juniorgram

A C++ messenger for learning purposes in EPAM Brest C++ R&D Lab
14 stars 1 forks source link

Creating special classes(tables) with methods from PGRepositories.hpp #601

Closed ivanboika closed 1 year ago

ivanboika commented 2 years ago

Description:

Our special classes, in general, realization must include all fields from our DB table or we can just take models part(fields in them) and create the new one class with deleting models. It should be like: Channel: id, name, amount of users etc, and all main fields must be in the same DB table

Acceptance Criteria: