[ 原始碼: node-sqlite3 ]
套件:node-sqlite3(5.1.5+ds1-1 以及其他的)
node-sqlite3 的相關連結
Debian 的資源:
下載原始碼套件 node-sqlite3:
- [node-sqlite3_5.1.5+ds1-1.dsc]
- [node-sqlite3_5.1.5+ds1.orig.tar.xz]
- [node-sqlite3_5.1.5+ds1-1.debian.tar.xz]
維護小組:
- Debian Javascript Maintainers (QA 頁面, 郵件存檔)
- David Paleino (QA 頁面)
- Jérémy Lal (QA 頁面)
- Laszlo Boszormenyi (GCS) (QA 頁面)
外部的資源:
- 主頁 [github.com]
相似套件:
asynchronous, non-blocking SQLite3 bindings for Node.js
node-sqlite3 provides asynchronous, non-blocking SQLite3 bindings for Node.js. Its features are:
- straightforward query and parameter binding interface; - full Buffer/Blob support; - extensive debugging support; - query serialization API; - extension support.
Node.js is an event-based server-side javascript engine.
其他與 node-sqlite3 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 支援函式庫
-
- dep: libnode115 (>= 20.17.0+dfsg)
- evented I/O for V8 javascript - runtime library
-
- dep: libsqlite3-0 (>= 3.7.15)
- SQLite 3 shared library
-
- dep: libstdc++6 (>= 14)
- GNU Standard C++ Library v3
-
- dep: node-pre-gyp
- Native addon deployment tool for Node.js