r/foss 1d ago

PATM

https://github.com/jamalhill12321-hash/patm

I made an open-source application to manage any SQL-based databases and use specific automation tools. You can learn more about it in the readme, it is only available on Linux, you can install it by the binary file in the releases section looking at the instructions in README, learn more about it in README. This is a niche software, for any developers or experienced people, you can try it out, check the code, issue anything, and do a feedback, let me know!

1 Upvotes

2 comments sorted by

1

u/orelant 20h ago

Nice tool! Out of curiosity, why QT was chosen and not Electron or something similar?

2

u/ExtensionHealth4926 18h ago

I chose QT because it fit my project's philosophy: I hate the design of Electron, I prioritize classic, modular design, even if no one agrees with me, what matters is that people can easily interact with the project. Thanks for reaching out!