F
licenseNot graded
qualityC
maintenanceGives an AI agent read-only access to two tables in a Google Cloud SQL PostgreSQL database, letting it search customers by name and fetch a single customer's orders with an optional status filter. All access goes through fixed, parameterised SELECT statements, so the model supplies only validated arguments and never raw SQL.
-