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

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.3.2nb1, Package name: lua53-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)


   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.
   2018-10-26 13:11:33 by Jonathan Perkin | Files touched by this commit (4)
Log message:
lua-sql-*: Fix all the module builds.

In all cases they were trying to use variables that aren't used in the build
process, the sqlite include paths had typos, and sqlite3 was trying to use
sqlite2's buildlink3.mk
   2018-10-26 13:00:05 by Jonathan Perkin | Files touched by this commit (1)
Log message:
lua-sql: Fix LUA_INC which cannot possibly have worked.

Remove LUA_LIBDIR and LUA_DIR, they are unused by the lua-sql modules.