Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/denodb/lib/model.ts>Model.formatFieldToClient

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Latest
method Model.formatFieldToClient
import { Model } from "https://deno.land/x/denodb@v1.4.0/lib/model.ts";

Format field or an object of fields from database to client.

Parameters

field: string | Object