答案:SQLite 的Lua 封装类(3.x) |
软件类别: 程序源码 | | 软件语言: 英文 | 授权方式: 开源版 | 文件大小: 72KB | 运行环境: Win9x/NT/2000/XP/UNIX/LINUX | 添加时间: 2006-7-11 | 开 发 商: Michael Roth | |
|
::软件简介:: |
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 databaseCurrently, Lua-Sqlite3 implements two frontends: 1. A specialiced frontend which provides all sqlite3 capabilities. 2. A LuaSQL compatible frontend as used on the Kepler Project.
|
::下载地址:: |
|
上一个:SQLite 3.3.7 windows linux 版
下一个:SQLite wince 移植版 源代码