{ data: Awaited<T>; } & Omit<LiveQueryResults<unknown>, "rows">
{ data: Awaited<T>; } & Omit<LiveQueryResults<unknown>, "rows">
Add Package
deno add jsr:@makisuo/pglite-drizzle
Import symbol
import { type LiveQueryReturnType } from "@makisuo/pglite-drizzle";
---- OR ----
Import directly with a jsr specifier
import { type LiveQueryReturnType } from "jsr:@makisuo/pglite-drizzle";
Add Package
npx jsr add @makisuo/pglite-drizzle
Import symbol
import { type LiveQueryReturnType } from "@makisuo/pglite-drizzle";
Add Package
yarn dlx jsr add @makisuo/pglite-drizzle
Import symbol
import { type LiveQueryReturnType } from "@makisuo/pglite-drizzle";
Add Package
pnpm dlx jsr add @makisuo/pglite-drizzle
Import symbol
import { type LiveQueryReturnType } from "@makisuo/pglite-drizzle";
Add Package
bunx jsr add @makisuo/pglite-drizzle
Import symbol
import { type LiveQueryReturnType } from "@makisuo/pglite-drizzle";