deno_node_sqlite 0.0.1

Node sqlite compatibility for Deno
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2018-2026 the Deno authors. MIT license.

[package]
name = "deno_node_sqlite"
version = "0.0.1"
authors = ["The Deno Authors"]
edition = "2024"
license = "MIT"
repository = "https://github.com/denoland/deno"
description = "Node sqlite compatibility for Deno"

[lib]
path = "lib.rs"