|
SQLite 的Lua 封装类(3.x)
|
|
来源:工友
作者:工友
时间:2007-12-22 |
|
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: 1. A specialiced frontend which provides all sqlite3 capabilities. 2. A LuaSQL compatible frontend as used on the Kepler Project.
http://www.nessie.de/mroth/lua-sqlite3/
(阅读次数:)
|
| 上一篇:SQLite wince 移植版 源代码 下一篇:SQLite在嵌入式Web服务器中的应用 |
|
[ 收藏]
[ 推荐]
[ 评论(0条)]
[返回顶部] [打印本页]
[关闭窗口] |
|
|
| |
|
| |
|