LOCK TABLE

await client.exec({
   lockTable: table(Mountain),
});
// sql: LOCK TALBE "Mountain"

Last updated