pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lua-sql-*: Update DESCR



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Oct 8 14:25:30 2016 +0200
Changeset:	10d36d9e041f47a4ff6665387c1f76df2acdb86a

Modified Files:
	lua-sql-mysql/DESCR
	lua-sql-postgres/DESCR
	lua-sql-sqlite/DESCR
	lua-sql-sqlite3/DESCR

Log Message:
lua-sql-*: Update DESCR

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=10d36d9e041f47a4ff6665387c1f76df2acdb86a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lua-sql-mysql/DESCR    | 2 ++
 lua-sql-postgres/DESCR | 2 ++
 lua-sql-sqlite/DESCR   | 2 ++
 lua-sql-sqlite3/DESCR  | 2 ++
 4 files changed, 8 insertions(+)

diffs:
diff --git a/lua-sql-mysql/DESCR b/lua-sql-mysql/DESCR
index eaf3096..127afdd 100644
--- a/lua-sql-mysql/DESCR
+++ b/lua-sql-mysql/DESCR
@@ -2,3 +2,5 @@ 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.
diff --git a/lua-sql-postgres/DESCR b/lua-sql-postgres/DESCR
index eaf3096..a2c5856 100644
--- a/lua-sql-postgres/DESCR
+++ b/lua-sql-postgres/DESCR
@@ -2,3 +2,5 @@ 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 PostgreSQL.
diff --git a/lua-sql-sqlite/DESCR b/lua-sql-sqlite/DESCR
index eaf3096..188f303 100644
--- a/lua-sql-sqlite/DESCR
+++ b/lua-sql-sqlite/DESCR
@@ -2,3 +2,5 @@ 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.
diff --git a/lua-sql-sqlite3/DESCR b/lua-sql-sqlite3/DESCR
index eaf3096..ec8c155 100644
--- a/lua-sql-sqlite3/DESCR
+++ b/lua-sql-sqlite3/DESCR
@@ -2,3 +2,5 @@ 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 SQLite3.


Home | Main Index | Thread Index | Old Index