const pool = new Pool({. connectionString: 'postgres://user:password@host:port/db',. }); const db = drizzle(pool);. // Insert. const newUser: ...
確定! 回上一頁