UNPKG

@tai-kun/surrealdb

Version:

The SurrealDB SDK for JavaScript

8 lines 1.01 kB
import Client from "@tai-kun/surrealdb/standard-client"; import { BoundExcluded, BoundIncluded, Datetime, Decimal, Duration, Future, GeometryCollection, GeometryLine, GeometryMultiLine, GeometryMultiPoint, GeometryMultiPolygon, GeometryPoint, GeometryPolygon, Range, Table, Thing, Uuid } from "@tai-kun/surrealdb/standard-datatypes"; declare const surql: import(".").Surql, Surreal: import("./init-surreal").Surreal<typeof Client>; declare const Pool: new <const TPoolAlias extends { readonly [name: string]: string | URL; } = {}>(options?: import("./init-pool").PoolOptions<typeof Client, TPoolAlias> | undefined) => import("./init-pool").PoolInstance<typeof Client, Omit<{}, keyof TPoolAlias> & TPoolAlias>; export { BoundExcluded, BoundIncluded, Datetime, Decimal, Duration, Future, GeometryCollection, GeometryLine, GeometryMultiLine, GeometryMultiPoint, GeometryMultiPolygon, GeometryPoint, GeometryPolygon, Pool, Range, surql, Surreal, Table, Thing, Uuid, }; //# sourceMappingURL=default.d.ts.map