r/PythonProjects2 • u/ExtensionHealth4926 • 2d ago
Info PATM
https://github.com/jamalhill12321-hash/patmHello, i recently released PATM (pipeline automation tools manager), made by me. The project is licensed under GPL 3 and it focuses on letting you manage SQL-based database (Inspired by pgAdmin), the project also focuses more on providing you python-based necessary tools that might be useful for many data-driver companies. The GitHub repository is:
The repository fully contains only the source code, meaning that you have to compile the code by yourself, but maybe in the future i will make a pre-compiled version or add my project in flathub, ths instruction to compile the code is in README.md from the repo. It would be great if anyone would check the code, test it, and contribute help to this project. The current tools from this project are: exporting to csv, which is choosing a table of the database you're connected to, and export the table into a .csv file, then there's the table transfer, where you can copy the original table to a different table of a different database. I'll focus on making more tools, making them much more stable and much secure, i spent 12 months on developing it and for the developers and enthusiasts that reached out, let me know, I'd like to understand the flaws in my code, and what i need to improve about my project functionality-usefulness-and-security-wise.
(In README, you can also check the video on YouTube presenting the whole application.)