https://github.com/binbash23/togger
Tiny team todo sqlite database
https://github.com/binbash23/togger
Last synced: about 1 year 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T12:42:11.000Z (almost 2 years ago)
- Last Synced: 2024-06-15T12:13:47.079Z (almost 2 years 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