Vo veci: Re: Vo veci: unable to load lsqlite3
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Vo veci: Re: Vo veci: unable to load lsqlite3
- From: gmc1 <gmc1@...>
- Date: 2016年8月04日 22:21:38 +0200
Amen. Odosielateľ
Nicola Fontana <ntd@entidi.it> napísal:
>Il 2016年8月04日 21:43:57 +0200 "Pavel Drotar" <gmc1@azet.sk> scrisse:
>
>> ...
>> so run lua.exe and in interpreter enter this:
>> > local sqlite = require("lsqlite3")
>> ...
>
>In the interpreter you should use
>
>> sqlite = require("lsqlite3")
>
>without local, otherwise you will not have access to sqlite in the
>following commands.
>
>Ciao.
>--
>Nicola
>
>