Skip to main content
Home

Built and signed on GitHub Actions

It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
52%
Published
3 months ago (3.0.0)

ZendDB

Type safe query builder for SQLite

Usage

Take a look at the test files for some examples.

Feel free to open an issue if you have any questions !

Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@dldc/zendb-db-sqlite

Import symbol

import * as zendb_db_sqlite from "@dldc/zendb-db-sqlite";
or

Import directly with a jsr specifier

import * as zendb_db_sqlite from "jsr:@dldc/zendb-db-sqlite";

Add Package

pnpm i jsr:@dldc/zendb-db-sqlite
or (using pnpm 10.8 or older)
pnpm dlx jsr add @dldc/zendb-db-sqlite

Import symbol

import * as zendb_db_sqlite from "@dldc/zendb-db-sqlite";

Add Package

yarn add jsr:@dldc/zendb-db-sqlite
or (using Yarn 4.8 or older)
yarn dlx jsr add @dldc/zendb-db-sqlite

Import symbol

import * as zendb_db_sqlite from "@dldc/zendb-db-sqlite";

Add Package

vlt install jsr:@dldc/zendb-db-sqlite

Import symbol

import * as zendb_db_sqlite from "@dldc/zendb-db-sqlite";

Add Package

npx jsr add @dldc/zendb-db-sqlite

Import symbol

import * as zendb_db_sqlite from "@dldc/zendb-db-sqlite";

Add Package

bunx jsr add @dldc/zendb-db-sqlite

Import symbol

import * as zendb_db_sqlite from "@dldc/zendb-db-sqlite";