leaf
leaf
> EDIT: I was reading leafo/lapis#612 which contained the answer I think: it's all in config.moon https://github.com/luarocks/luarocks-site/blob/master/config.moon#L19 Perhaps it might be useful to slow down and spend a bit more...
I just added db error codes to `pgmoon` but they aren't exposed in lapis right now. The way lapis handles db error is by calling `error` which isn't flexible for...
I'm not able to reproduce the error originally reported so I'm closing this ticket out. Unclear if the others who posted here had original error, or the one about not...
@teto This error displays because you configured your database to require password based authentication, but you did not provide a password in your Lapis app's configuration. This is not a...
Closing this since the original request has been addressed for some time now.
Just adding some additional info here: I highly recommend collecting all the queries you want to run atomically into an array, then concatenating them into a single string with `;`...
For the time being, lapis will not support using join syntax for preloading relations. You are still welcome to use joins by writing the sql fragments yourself.
It's February 2023 and there is now sqlite support
I could see there maybe being an `--assert-migrations` flag on the `lapis server` and `lapis build` commands, this would fail to start/send signal to server unless it's confirmed that migrations...
Just noting now that `db.clause` supports a `table_name` option to allow you to automatically prefix a name to a field name. https://leafo.net/lapis/reference/database.html#database-primitives/db.clause