An open API service indexing awesome lists of open source software.

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

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