0

good evening, I want to connect no sql database to latex in other to generate some pdf file with generated data from this database? have you got any ideas how I can do it? regard

  • This depends very much on what database server you use. If there is client software in Lua, you can use LuaTeX to connect to the server from within the TeX run. – Henri Menke Feb 28 '19 at 22:45
  • Related? https://tex.stackexchange.com/q/48193/2693 – Alan Munn Feb 28 '19 at 22:52
  • R can connect to SQL servers in several ways, so via knitr it should be possible. – Fran Mar 01 '19 at 01:21
  • Often it is better to do this in a different language, for example python, and then use that language to extract the data and generate/fill in the latex file before you compile it. Then there are less things that can go wrong – daleif Mar 01 '19 at 08:44
  • @daleif I've an issue with Lua and mongoDB I asked if there are an other way to make that? – Dylan Paddeu Mar 01 '19 at 13:10
  • And that is what I'm saying, there might be a bigger pool to get help from if you leave lua – daleif Mar 01 '19 at 14:48

0 Answers0