UNPKG

@clickup/ent-framework

Version:

A PostgreSQL graph-database-alike library with microsharding and row-level security

7 lines (6 loc) 130 B
/** * See PgClient#withShard() for reasons of having this class. */ export class Ref<T> { constructor(public current: T) {} }