[m-users.] Web App development options

Volker Wysk post at volker-wysk.de
Sun Oct 15 04:33:36 AEDT 2023


Hi, Matthew!

Am Samstag, dem 14.10.2023 um 13:23 -0400 schrieb Matthew Delaney:
> Hi, I'm new to Mercury but am interested in using it to replace Prolog in
> a project I'm just starting. This project will need a web-interface and
> backend DB connectivity. Reading through Mercury's documentation, it looks
> like the most straightforward approach would be to use CGI for the Web App
> part and the Foreign Language Interface for DB connectivity. Is that
> correct or are there other options available?

For the DB connectivity part I recommend the ODBC library. It's in the
"extras" directory in the Mercury source code distribution. I've slightly
improved it. I can send you my version, if you want.

There's also a CGI library there, which I haven't used yet.

And there's a list of Mercury resources (libraries, for instance), which I
maintain. It's here:

https://volker-wysk.de/mercury/resources.html

Good luck,
Volker


More information about the users mailing list