./databases/lua-sql-mysql, MySQL bindings for Lua

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ]


Branch: CURRENT, Version: 2.3.2nb1, Package name: lua54-sql-mysql-2.3.2nb1, Maintainer: pkgsrc-users

LuaSQL is a simple interface from Lua to a DBMS. It enables a Lua program to:
* Connect to ODBC, Oracle, MySQL and PostgreSQL databases;
* Execute arbitrary SQL statements;
* Retrieve results in a row-by-row cursor fashion;

This package provides access to MySQL.


Required to run:
[lang/lua53] [databases/mysql57-client]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 98.618 KB

Version history: (Expand)


CVS history: (Expand)


   2026-08-04 22:29:21 by Thomas Klausner | Files touched by this commit (336)
Log message:
*: add LDFLAGS overide that was previously in mk

This is a workaround and should be fixed properly per-package - they
should use the pkgsrc LDFLAGS, but this restores what happened
before the mk/ cleanup.

Fixes relro build for packages that do not honor LDFLAGS.

Package list provided by mef@, thanks!

Workaround commit requested by bsiegert on tech-pkg.
   2026-01-08 08:45:30 by Thomas Klausner | Files touched by this commit (1) | Package updated
Log message:
lua-sql*: update HOMEPAGE and MASTER_SITES
   2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (some may be only fetched
conditionally):

./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
   2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Remove SHA1 distfile hashes
   2021-06-23 22:33:18 by Nia Alarie | Files touched by this commit (103)
Log message:
Revbump for MySQL default change
   2020-07-02 12:26:19 by Nia Alarie | Files touched by this commit (29)
Log message:
Add 'lua' category to Lua modules.

While here, normalize some packages with strange variable order.
   2020-07-01 13:26:42 by Nia Alarie | Files touched by this commit (4)
Log message:
databases: Remove lua-sql-sqlite, bindings for ancient sqlite
   2018-10-29 15:35:09 by Jonathan Perkin | Files touched by this commit (1)
Log message:
lua-sql: Put back LUA_LIBDIR, fixes alternate installs.