Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLite Todo App

A simple TODO-list manager that uses an SQLite database and shows off the command, singleton and iterator pattern. Written in modern C++.

Compilation

Windows

Desktop Development with C++ needs to be installed for Visual Studio.

Run with Developer Command Prompt for VS 2022:

cmake --preset windows

Open the Visual Studio solution in the build folder or run:

cmake --build build --parallel
call build\Debug\sqlite_todo.exe

MacOS (Untested)

CMake and XCode is required.

cmake --preset mac

Open the XCode project placed in the build directory.

Credits

About

Simple command line todo app implemented with SQLite and design patterns

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages