Saturday, May 09, 2026
dev@conference.yunohost.org
May
Mon Tue Wed Thu Fri Sat Sun
        1 2 3
4
5
6
7
8
9
10
11
12
13 14 15
16 17
18 19 20 21 22 23 24
25 26 27 28
29 30 31
             

[18:48:32] <Yunohost Git/Infra notifications> [yunohost] f​florent opened [pull request #2297](https://github.com/YunoHost/yunohost/pull/2297): Implement yunohost app db app to spawn a client db prompt
[18:50:00] <Yunohost Git/Infra notifications> [yunohost] f​florent [commented](https://github.com/YunoHost/yunohost/pull/2297#discussion_r3213723987) on pull request #2297 Implement yunohost app db app to spawn a client db prompt: I would ideally document too how that its possible to run queries this way:

yunohost app db APP <<< "select * from ...
[18:50:07] <Yunohost Git/Infra notifications> [yunohost] f​florent edited a [comment](https://github.com/YunoHost/yunohost/pull/2297#discussion_r3213723987) on pull request #2297 Implement yunohost app db app to spawn a client db prompt: I would ideally document too how that its possible to run queries this way:
bash
yunohost app db APP <<< "select * f...