@mastra/pg 強み:SQL / JSONB / 整合性 / pgvector 論点:待機コスト・再開遅延(auto-pause) ・アップデート運用 import { PostgresStore, PgVector } from "@mastra/pg"; const memory = new Memory({ storage: new PostgresStore({ connectionString: process.env.DATABASE_URL! }), vector: new PgVector({ connectionString: process.env.DATABASE_URL! }), }); Round 2 - Aurora Serverless v2(PostgreSQL)