Add gRPC server implementation and database integration for marketplace and products

This commit is contained in:
2025-05-27 03:41:52 +03:00
parent 008f3df42d
commit b083cccc09
44 changed files with 2182 additions and 1201 deletions

View File

@@ -2,6 +2,6 @@ version: "1"
packages:
- name: "test"
path: "../test/db/generated"
queries: "../test/db/queries.sql"
queries: "../test/db/query.sql"
schema: "./schema.sql"
engine: "postgresql"