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

x/justaos_orm/src/utils.ts>getShortFormTableName

JUSTAOS's ORM (Object–relational mapping) tool is built for Deno and provides transparent persistence for JavaScript objects to Postgres database.
Latest
function getShortFormTableName
import { getShortFormTableName } from "https://deno.land/x/justaos_orm@v10.1.0/src/utils.ts";

Returns the short form of the table name.

Examples

getShortFormTableName("public.table") // table

Parameters

name: string

Returns

string