New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

dzql

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dzql

Database-first real-time framework with TypeScript support

latest
Source
npmnpm
Version
0.6.37
Version published
Weekly downloads
60
15.38%
Maintainers
1
Weekly downloads
 
Created
Source

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 dev

Documentation

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 access

License

MIT

Keywords

postgresql

FAQs

Package last updated on 26 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts