[ ソース: lua-dbi ]
パッケージ: lua-dbi-sqlite3 (0.7.4-1)
lua-dbi-sqlite3 に関するリンク
Debian の資源:
lua-dbi ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
DBI library for the Lua language, sqlite3 backend
Lua DBI is a database interface library for Lua. It is designed to provide a RDBMS agnostic API for handling database operations. LuaDBI also provides support for prepared statement handles, placeholders and bind parameters for all database operations.
This package contains the sqlite3 backend.
Lua DBI is a better alternative to lua-sql since it supports prepared statements.
その他の lua-dbi-sqlite3 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libsqlite3-0 (>= 3.5.9)
- SQLite 3 共有ライブラリ
-
- dep: lua-dbi-common
- DBI library for the Lua language, common files