deno.land / x / pg_mem@2.8.1 / functions / system.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
import { Types } from '../datatypes/index.ts';import { FunctionDefinition } from '../interfaces.ts';
export const systemFunctions: FunctionDefinition[] = [ { // ugly hack... name: 'current_schema', returns: Types.text(), implementation: () => 'public', },]
pg_mem

Version Info

Tagged at
4 months ago