[ ソース: 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: libnode108 (>= 18.13.0+dfsg1)
- evented I/O for V8 javascript - runtime library
-
- dep: libsqlite3-0 (>= 3.7.15)
- SQLite 3 共有ライブラリ
-
- dep: libstdc++6 (>= 11)
- GNU 標準 C++ ライブラリ v3
-
- dep: node-pre-gyp
- Native addon deployment tool for Node.js