UNPKG

sqlocal

Version:

SQLocal makes it easy to run SQLite3 in the browser, backed by the origin private file system.

6 lines (4 loc) 119 B
import type { QueryKey } from '../types.js'; export function getQueryKey(): QueryKey { return crypto.randomUUID(); }