> Is there anything in particular you're thinking of?

I don't know what oxydum has in mind, but here's one idea:

Combine TaffyDB with a custom ViewTemplate/EditTemplate, and you could
create a very robust self-contained "mini-database" application:

First add some tiddler-to-taffy I/O functions to the TaffyDB code, so
that a set of tagged tiddlers can be read in as database records,
where each tiddler contains custom fields (or maybe just slices/
sections) that define the data for that record.

Next, use the taffyDB functions to run queries, generate reports, or
modify the data in the records.  Then, when you are done adding/
deleting/changing the records in the taffy data, use some taffy-to-
tiddler I/O functions to write the data back to the tiddlers
(including adding/removing tiddlers for any records that were created/
deleted).

This mechanism would be somewhat similar to what can be done with
DataTiddlerPlugin in terms of storage, but would have the added
benefit of all the taffy database manipulation and query functions
once the data is read in.

thoughts?
-e

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to