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
getShortFormTableName("public.table") // table
x/justaos_orm/src/utils.ts>getShortFormTableName
import { getShortFormTableName } from "https://deno.land/x/justaos_orm@v10.1.0/src/utils.ts";
Returns the short form of the table name.
getShortFormTableName("public.table") // table