mwild1 / luadbi

Multi-backend SQL database library for Lua
MIT License
38 stars 14 forks source link

How can i install this in Windows? #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What are the steps to install this in a "Lua 4 Windows" environment? I tried 
copying DBI.lua to the \lua\lua and the DLLs to \lua\clibs, but when i tried to 
use it, got complaints about several missing DLLs.

Thanks,

glauber

Original issue reported on code.google.com by theglau...@gmail.com on 21 Oct 2010 at 8:27

GoogleCodeExporter commented 8 years ago
You will need to download respective DLLs manualy, i.e. sqlite3.dll from 
http://sqlite.org for SQLite3 driver and so on.

Original comment by nicksabaka on 15 Dec 2011 at 1:31

GoogleCodeExporter commented 8 years ago

Original comment by MWild1 on 16 Aug 2014 at 4:03