lapis
lapis copied to clipboard
A web framework for Lua and OpenResty written in MoonScript
In the CMD command line, operations such as touch and mkdir, should they be replaced with Lua's built-in io.open? This might better address cross-platform issues, such as using them on...
Hello, I am encountering an issue while using lapis.db.query in an OpenResty environment with Lua 5.1. When executing a simple SQL query via lapis.db.query, the following error occurs: ```bash 2024/08/24...
Hi Leafo 👋 😄 So I just can't get this lib to build on arch linux for the life of me. I was able to get it going on macos,...
on typing 'lapis help new', the explanation of the --lua flag contains the following text: `Generate app template file in Lua (defaul)` which i assume should be 'default' instead.
Fixes #800 in the three places it occurs. ^^
SQLite's enforcement of foreign key constraints is disabled by default. It can be enabled with a `PRAGMA foreign_keys = ON` statement. While it can be manually called in user code,...
How to configure a sse request.
Hello, I've been using Lapis inside a Docker container and it works just fine. However I'm having trouble stopping and restarting the container because the signals are not passed to...
### Is there an existing issue for this? No, I have searched the existing issues (query: `"attempt to call method 'lower'"`) Related issue: https://github.com/Kong/kong/issues/14187 ### Version I am using the...
i installed lapis using 'sudo luarocks install lapis' but when i use 'lapis server' it appears that it couldnt find module "lapis". Need help, i am using fedora 40 ```lua...