jdhitsolutions / MyMonitor

A PowerShell module for tracking where you spend your time. Use the commands in this module to track how much time you are spending on different activities based on how long a selected window is active.
Other
20 stars 8 forks source link

Rewrite to use a local database #3

Open jdhitsolutions opened 8 years ago

jdhitsolutions commented 8 years ago

Consider rewriting to use a local database like mySQL or an equivalent to SQL CE.

jdhitsolutions commented 8 years ago

SQLite may be a good solution here. https://www.sqlite.org/whentouse.html

Latupho commented 6 years ago

Try and have a look here -> https://ramblingcookiemonster.github.io/SQLite-and-PowerShell/ Github -> https://github.com/RamblingCookieMonster/PSSQLite

It's looks good and you do not have to invent the deep plate again :-)