- Provided sample sqlite3 export script in Python, to serve as a
  starting point for anyone wanting to migrate taskwarrior data into
  a SQL database.  Illustrates JSON parsing and separation of the
  relational data.

Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
Ralph Bean 2012-01-07 12:31:08 -05:00 committed by Paul Beckingham
parent 0215e708ad
commit 36ed70ad93
6 changed files with 244 additions and 43 deletions

View file

@ -40,6 +40,7 @@
output is enclosed by '[...]'.
+ The duration 'm' is now interpreted as 'months', not 'minutes'.
+ Urgency now has an 'age' component.
+ Improved text wrapping of UTF8 text.
# Tracked Features, sorted by ID.