Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/denogres/src/class/Model.ts>getMappingKeys

Deno + PostgreSQL = DenoGres
Go to Latest
function getMappingKeys
import { getMappingKeys } from "https://deno.land/x/denogres@v0.7.0-alpha/src/class/Model.ts";

Parameters

sourcTable: string
targetTable: string

Returns

Promise<IgetMappingKeysResult | undefined | null>