UNPKG

@directus/api

Version:

Directus is a real-time API and App dashboard for managing SQL database content

7 lines (6 loc) 240 B
import type { Knex } from 'knex'; import { GeometryHelper } from '../types.js'; export declare class GeometryHelperSQLite extends GeometryHelper { supported(): Promise<boolean>; asGeoJSON(table: string, column: string): Knex.Raw; }