https://github.com/binbash23/togger
Tiny team todo sqlite database
https://github.com/binbash23/togger
Last synced: 9 months ago
JSON representation
Tiny team todo sqlite database
- Host: GitHub
- URL: https://github.com/binbash23/togger
- Owner: binbash23
- Created: 2024-06-11T22:00:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-14T12:42:11.000Z (over 1 year ago)
- Last Synced: 2024-06-15T12:13:47.079Z (over 1 year ago)
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# togger
Tiny team todo sqlite database.
Just create a new SQLite Database. You can use [DB Browser for SQLite](https://sqlitebrowser.org/) for this.
Then execute the togger.sql script.
You will have a table and some views to manage all your todo's with create and change date an state and so on. Use the DB Browser for SQLite as the editing tool for the todo table.
Best regards, Jens