- 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 76e87173e1
2 changed files with 172 additions and 3 deletions

View File

@@ -13,9 +13,6 @@ New Code Needs
- text.cpp extractLines needs to be rewritten in a UTF8-aware and color-code
sensitive manner.
- Need export_sql.yy script. Any language. This would have value as an
example, or template script serving as a starting-point for anyone who
needed this format.
- Need export_viz.yy script. Any language. This would have value as an
example, or template script serving as a starting-point for anyone who
needed this format.
@@ -135,6 +132,7 @@ Current Codebase Condition
---
2012-01-07 Removed entry for export-sql.yy. Example exists now.
2011-12-31 Added note about bad unit tests at EOY.
2011-12-23 Removed entry for tree-indentation function.
2011-10-16 Removed obsolete entries, added test suite description.