gpt4 book ai didi

luasql 零值

转载 作者:行者123 更新时间:2023-12-01 09:04:24 28 4
gpt4 key购买 nike

我尝试按照 http://www.keplerproject.org/luasql/examples.html 的示例进行操作

Lua 5.2.0  Copyright (C) 1994-2011 Lua.org, PUC-Rio
> require "luasql.postgres"
> env = assert (luasql.postgres())
stdin:1: attempt to index global 'luasql' (a nil value)
stack traceback:
stdin:1: in main chunk
[C]: in ?
>

我错过了什么?

最佳答案

你可以试试

luasql = require "luasql.postgres"
env = assert (luasql.postgres())

关于luasql 零值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10854971/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com