lunarmodules / luasql

LuaSQL is a simple interface from Lua to a DBMS.
http://lunarmodules.github.io/luasql
535 stars 192 forks source link

Looking LuaSQL #93

Closed jhernancanom closed 5 years ago

jhernancanom commented 6 years ago

Looking LuaSQL

Hi, friends.

I am trying to get info about LuaSQL, but the links seem broken.

In http://www.promixis.com/lua/luasql/index.html I found the following two:

LuaForge
http://luaforge.net/project/showfiles.php?group_id=12

LuaBinaries http://luaforge.net/projects/luabinaries/

It seems that LuaForge got into GitHub (( https://github.com/luaforge )), but I donot see LuaSQL there

In http://keplerproject.github.io/luasql/ I got redirected to an URL based in LuaRocks, but without the DLLs.

In " History - LuaSQL 2.3.5 [23/Feb/2017] " (( http://keplerproject.github.io/luasql/history.html )) says that:

Added some bug corrections and tested with Lua versions 5.1, 5.2 and 5.3 (only Postgres, MySQL and SQLite were tested by the time of the launch).

I want to test with FireBird and SQLite3.

The forum Kepler developers, called "Kepler's mailing list" is not active, this was what Fabio says me.

Can you say me where can I find the LuaSQL DLLs, avoiding LuaRocks or with instructions that runs without this?

Moteus: Is odbc.luasql different from luasql.odbc? Can you say me where can I find it?

Thanks.

tomasguisasola commented 5 years ago

Hi

Sorry for the late response.

I am trying to get info about LuaSQL, but the links seem broken.

In http://www.promixis.com/lua/luasql/index.html I found the following two:

LuaForge http://luaforge.net/project/showfiles.php?group_id=12

LuaBinaries http://luaforge.net/projects/luabinaries/

It seems that LuaForge got into GitHub (( https://github.com/luaforge )), but I donot see LuaSQL there

LuaForge was discontinued...

In http://keplerproject.github.io/luasql/ I got redirected to an URL based in LuaRocks, but without the DLLs.

Yes, the URL above is the current home page of the project.

In " History - LuaSQL 2.3.5 [23/Feb/2017] " (( http://keplerproject.github.io/luasql/history.html )) says that:

Added some bug corrections and tested with Lua versions 5.1, 5.2 and 5.3 (only Postgres, MySQL and SQLite were tested by the time of the launch).

I want to test with FireBird and SQLite3.

Sorry, but I cannot test FireBird, but SQLite3 was tested. I can send you an blindly updated file for you to test it. Bu you'll need to biuld the DLL and put it in the correct place to allow Lua to find it when require'ing it.

The forum Kepler developers, called "Kepler's mailing list" is not active, this was what Fabio says me.

Yes, it is not active. You should better write at lua-l mailing list I think...

Can you say me where can I find the LuaSQL DLLs, avoiding LuaRocks or with instructions that runs without this?

I use only Linux, thus I cannot build DLLs. Have you tried to compile the drivers by yourself?

Moteus: Is odbc.luasql different from luasql.odbc? Can you say me where can I find it?

I am not sure I understand your question. If your talking about how to load the driver, then yes: require"odbc.luasql" is different from require"luasql.odbc". The correct form is require"luasql.", where

is the name of the driver you want to load. This statement will return a table with the driver functionality. Take a look at the examples page:

https://keplerproject.github.io/luasql/examples.html

Thanks.

You are welcome!

Regards, Tomás

jhernancanom commented 5 years ago

Thanks, Thomas.

Sorry, but I cannot test FireBird, but SQLite3 was tested. I can send you an blindly updated file for you to test it. Bu you'll need to biuld the DLL and put it in the correct place to allow Lua to find it when require'ing it.

I can test with FireBird. Send me what you say. I can build the DLL if you say me instructions for this.

I use only Linux, thus I cannot build DLLs. Have you tried to compile the drivers by yourself?

No, because I do not have instructions for that.

See you later.

tomasguisasola commented 5 years ago

Hi

Can you understand the Makefile and translate it to whatever compiler you're using?

Regards, Tomás

Em qua, 8 de ago de 2018 às 03:28, jhernancanom notifications@github.com escreveu:

Thanks, Thomas.

Sorry, but I cannot test FireBird, but SQLite3 was tested. I can send you an blindly updated file for you to test it. Bu you'll need to biuld the DLL and put it in the correct place to allow Lua to find it when require'ing it.

I can test with FireBird. Send me what you say. I can build the DLL if you say me instructions for this.

I use only Linux, thus I cannot build DLLs. Have you tried to compile the drivers by yourself?

No, because I do not have instructions for that.

See you later.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/keplerproject/luasql/issues/93#issuecomment-411300335, or mute the thread https://github.com/notifications/unsubscribe-auth/AAIA7Sb_6Ep1pNlHkjePpeadcQtpaCWAks5uOoUdgaJpZM4VcCo8 .

jhernancanom commented 5 years ago

Ok. Thanks. I'll try.

2018-08-15 16:55 GMT-05:00 Tomás Guisasola:

Hi

Can you understand the Makefile and translate it to whatever compiler you're using?

Regards, Tomás

Em qua, 8 de ago de 2018 às 03:28, jhernancanom escreveu:

Thanks, Thomas.

Sorry, but I cannot test FireBird, but SQLite3 was tested. I can send you an blindly updated file for you to test it. Bu you'll need to biuld the DLL and put it in the correct place to allow Lua to find it when require'ing it.

I can test with FireBird. Send me what you say. I can build the DLL if you say me instructions for this.

I use only Linux, thus I cannot build DLLs. Have you tried to compile the drivers by yourself?

No, because I do not have instructions for that.

See you later.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/keplerproject/luasql/issues/93#issuecomment-413350787, or mute the thread https://github.com/notifications/unsubscribe-auth/AFjJ3SVu_Q5Fisji4FygteFnj5pDDa3_ks5uRJjDgaJpZM4VcCo8 .