deno sqlite:Deno SQLite模块 源码

sew4324 63 0 ZIP 2021-02-26 21:02:10

Deno SQLite模块 这是一个用于JavaScriptSQLite模块。 包装器针对并使用编译为WebAssembly(WASM)SQLite3版本。 本模块着重于易用性和性能。 该模块根据保证API兼容性。 请报告您遇到的任何问题。 文献资料 文档可以在, 或文件夹中找到。 例 import { DB } from "https://deno.land/x/sqlite/mod.ts" ; // Open a database const db = new DB ( "test.db" ) ; db . query ( "CREATE TABLE IF NOT EXISTS peo

用户评论
请输入评论内容
评分:
暂无评论