Module

x/denodb/mod.ts>Model#update

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Latest
method Model.prototype.update
import { Model } from "https://dotland.deno.dev/x/denodb@v1.4.0/mod.ts";

Update this record using its current field values.

flight.destination = "London";
await flight.update();