pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/lua-sqlite3
Module Name: pkgsrc
Committed By: adam
Date: Thu Jul 4 18:06:24 UTC 2013
Added Files:
pkgsrc/databases/lua-sqlite3: DESCR Makefile PLIST distinfo
pkgsrc/databases/lua-sqlite3/patches: patch-configure
Log Message:
Lua-Sqlite3 is a binding of Sqlite3 for Lua.
Lua-Sqlite3 is unique in contrast to other database bindings that it consists
of two layers. The first layer translates the SQLite 3 implementation's C API
to Lua. The first layer is called the backend. The second layers are frontend
layers, written in Lua. These layers provide a nice and smart view of the
database
Currently, Lua-Sqlite3 implements two frontends:
* A specialiced frontend which provides all sqlite3 capabilities.
* A LuaSQL compatible frontend as used on the Kepler Project.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/databases/lua-sqlite3/DESCR \
pkgsrc/databases/lua-sqlite3/Makefile pkgsrc/databases/lua-sqlite3/PLIST \
pkgsrc/databases/lua-sqlite3/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/databases/lua-sqlite3/patches/patch-configure
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index