Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/justaos_orm/src/table/TableDefinitionHandler.ts>default#getName

JUSTAOS's ORM (Object–relational mapping) tool is built for Deno and provides transparent persistence for JavaScript objects to Postgres database.
Latest
method default.prototype.getName
import { default } from "https://deno.land/x/justaos_orm@v10.0.0/src/table/TableDefinitionHandler.ts";

Returns the short form of the table name.

Examples

("public.users"); // "users" ("some_schema.tasks"); // "some_schema.tasks"

Returns

string