NOTICE: This package has been removed from pkgsrc

./databases/lua-sql-sqlite, SQLite 2.x bindings for Lua

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


Branch: CURRENT, Version: 2.3.2, Package name: lua52-sql-sqlite-2.3.2, 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 SQLite 2.x.


Required to run:
[databases/sqlite] [lang/lua52]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 089b797d22589277b9b2f926f4da008fe7026ccb
RMD160: 478d699360fa9d0605a1801962b0bade6a8e6098
Filesize: 98.618 KB

Version history: (Expand)


CVS history: (Expand)


   2020-07-01 13:26:42 by Nia Alarie | Files touched by this commit (4) | Package removed
Log message:
databases: Remove lua-sql-sqlite, bindings for ancient sqlite
   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
   2016-10-08 14:57:07 by Kamil Rytarowski | Files touched by this commit (3)
Log message:
Import SQLite 2.x luasql 2.3.2 as databases/lua-sql-sqlite

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 SQLite 2.x.