PostgresSQL - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: PostgresSQL (/showthread.php?tid=5630) |
PostgresSQL - toujour - 24.09.2024 Hi, is LM able to send query to a PostgreSQL ? BR, Alberto RE: PostgresSQL - admin - 24.09.2024 No, only MySQL/MariaDB is supported via an extra package. RE: PostgresSQL - Erwin van der Zwart - 24.09.2024 There is a windows service that you can install on your machine that is running the PostgreSQL DB that enables a REST api to your DB, that way you could use a script to do http requests on your DB from the LM or W4K/SL. See https://docs.postgrest.org/en/v12/references/api.html |