Accessing MySQL or SQLite from Lua(La)TeX

Accessing MySQL or SQLite from Lua(La)TeX

Lua(La)TeX から MySQL または SQLite にアクセスできると考えましたが、そのトピックについて Google で何も検索できませんでした。

Please give me pointers to:

  • Snippets / Examples / Documentation on that, if available
  • Whether I should rather look this up in the Lua community

I explicitly list SQLite here, as I want to make this work for the low-tech users collaborating through DropBox or the like.

答え1

The SQLite organization provides the LuaSQLite library, with documentation and examples. I guess if you want more help with the lua code itself the Lua community is more suited for more in depth support, if further questions are about the implementation with lualatex this is an at least equally appropriate site to ask your questions.

答え2

LuaSQL can be used with LuaTeX.

関連情報