lua-dbi 0.7.5-3
Package Information
| Description | DBI library for the Lua language, common files 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 files common to all backends. Lua DBI is a better alternative to lua-sql since it supports prepared statements. |
|---|---|
| Maintainer | Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org> |
| Changed By | Victor Seva <vseva@debian.org> |
| Sponsor | vseva@debian.org |
| Distribution | unstable |
| Architecture | any all |
| VCS | git: https://salsa.debian.org/lua-team/lua-dbi.git (browse) |
| Popcon Installs | 183 |
| Binary NEW | Yes (binary-only upload) |
| Tracker | https://tracker.debian.org/pkg/lua-dbi |
| Uploaded | 4 hours ago |
New Package Report
.changes
| Distribution | unstable |
|---|---|
| Date | Tue, 28 Apr 2026 10:07:34 +0200 |
| Source | lua-dbi |
| Version | 0.7.5-3 |
| Changed-By | Victor Seva |
| Architecture | source all amd64 |
Changelog
lua-dbi (0.7.5-3) unstable; urgency=medium . * add duckdb backend * d/watch version 5 * d/salsa-ci.yml * Standards-Version 4.7.4, no changes needed * lintian-overrides * support Lua5.5
.dsc
| Section | interpreters |
|---|---|
| Priority | optional |
| Component | main |
| Package-List | lua-dbi-common deb interpreters optional arch=all lua-dbi-duckdb deb interpreters optional arch=any lua-dbi-duckdb-dev deb libdevel optional arch=any lua-dbi-mysql deb interpreters optional arch=any lua-dbi-mysql-dev deb libdevel optional arch=any lua-dbi-postgresql deb interpreters optional arch=any lua-dbi-postgresql-dev deb libdevel optional arch=any lua-dbi-sqlite3 deb interpreters optional arch=any lua-dbi-sqlite3-dev deb libdevel optional arch=any |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: luadbi Upstream-Contact: Matthew James Wild <me@matthewwild.co.uk> Source: https://github.com/mwild1/luadbi Files: * Copyright: 2008-2010 Neil Richardson (nrich@neiltopia.com) License: MIT/X Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.