Skip to content

Commit 94d92ee

Browse files
authored
Update README.md
1 parent a84fad6 commit 94d92ee

1 file changed

Lines changed: 52 additions & 4 deletions

File tree

README.md

Lines changed: 52 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,53 @@
1-
# pg_timetable_gui
2-
GUI for pg_timetablew
1+
# pg_timetable_gui: IDE for [pg_timetable](https://github.com/cybertec-postgresql/pg_timetable) scheduler
32

4-
###
5-
In the application used open-source [RemixIcons](https://remixicon.com/) set
3+
**pg_timetable_gui** is a free cross-platform tool for developers and administrators, who need to work with advanced PostgreSQL [pg_timetable](https://github.com/cybertec-postgresql/pg_timetable) scheduler. While every operation can be done in a preferred PostgreSQL client (e.g. psql, pgadmin, dbeaber) we found that special tool may increase productivity during creating, debugging and monitoring jobs.
4+
5+
![pg_timetable_gui main window](res/pg_timetable_gui.png)
6+
7+
Enhanced description of chain and task properties can be found in the official [pg_timetable manual](https://pg-timetable.readthedocs.io/en/master/).
8+
9+
## Controls
10+
![connect/disconnect](res/shut-down-24px.png) - connect/disconnect to the target PostgreSQL database
11+
12+
![add](res/nav-add-24px.png) - add chain/task
13+
14+
![delete](res/nav-delete-24px.png) - delete chain/task
15+
16+
![edit](res/nav-edit-24px.png) - edit current chain/task
17+
18+
![post](res/nav-post-24px.png) - post chain/task changes to the database
19+
20+
![cancel](res/nav-cancel-24px.png) - cancel editing chain/task
21+
22+
![refresh](res/nav-refresh-24px.png) - refresh chain/task list
23+
24+
![up](res/nav-up-24px.png) - move task up in the chain order
25+
26+
![down](res/nav-down-24px.png) - move task down in the chain order
27+
28+
## Main features
29+
- List database chains and tasks ✅
30+
- Add/update/delete chains and tasks ✅
31+
- Change task order within the chain ✅
32+
- Execute arbitrary SQL script from file
33+
- Enhanced *cron-syntax* editor
34+
- Enhanced task editor with debugging functionality
35+
36+
## Contributing
37+
38+
If you want to contribute to **pg_timetable_gui** and help make it better:
39+
-[give a star][star] to the project,
40+
- feel free to open an 🤚[issue][issue] or even
41+
- consider submitting a 📜[pull request][PR].
42+
43+
[issue]: https://github.com/cybertec-postgresql/pg_timetable_gui/issues
44+
[PR]: https://github.com/cybertec-postgresql/pg_timetable_gui/pulls
45+
[star]: https://github.com/cybertec-postgresql/pg_timetable_gui/stargazers
46+
47+
## Support
48+
49+
For professional support, please contact [Cybertec](https://www.cybertec-postgresql.com/).
50+
51+
## Credits
52+
- Author: [Pavlo Golub](https://github.com/pashagolub)
53+
- Media: open-source [RemixIcons](https://remixicon.com/) set

0 commit comments

Comments
 (0)