dzql
v0.6.37
Published
Database-first real-time framework with TypeScript support
Maintainers
Readme
DZQL
Database-first real-time framework with TypeScript support.
Quick Start
bun create dzql my-app
cd my-app
bun install
bun run db:rebuild
bun run devDocumentation
See the full documentation for:
Package Exports
import { createServer } from 'dzql'; // Runtime server
import { ws } from 'dzql/client'; // WebSocket client
import { compile } from 'dzql/compiler'; // CLI compiler
import { DzqlNamespace } from 'dzql/namespace'; // Direct DB accessLicense
MIT
