DFSG NEW Queue

DFSG, Licensing & New Packages Team

lua-dbi 0.7.5-3

Package Information

DescriptionDBI 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.

MaintainerDebian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Changed ByVictor Seva <vseva@debian.org>
Sponsorvseva@debian.org
Distributionunstable
Architectureany all
VCSgit: https://salsa.debian.org/lua-team/lua-dbi.git (browse)
Popcon Installs183
Binary NEWYes (binary-only upload)
Trackerhttps://tracker.debian.org/pkg/lua-dbi
Uploaded4 hours ago

New Package Report

.changes
Distributionunstable
DateTue, 28 Apr 2026 10:07:34 +0200
Sourcelua-dbi
Version0.7.5-3
Changed-ByVictor Seva
Architecturesource 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
Sectioninterpreters
Priorityoptional
Componentmain
Package-Listlua-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.

Back to Dashboard | View all reviews for this package