Add gRPC server implementation and database integration for marketplace and products
This commit is contained in:
		
							
								
								
									
										3
									
								
								internal/marketplace/db/query.sql
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								internal/marketplace/db/query.sql
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
-- name: GetMarketplaceByID :one
 | 
			
		||||
SELECT * FROM marketplaces
 | 
			
		||||
WHERE id = $1 LIMIT 1;
 | 
			
		||||
		Reference in New Issue
	
	Block a user