You can set up TW like a relational database, if instead of tables you think in terms of collections of tiddlers, all with the same format, and all tagged with the same tag. Really, a table is a collection of records all with the same format.
Here's an example I made last year to help track gardening. One collection of tiddlers represents planting events. The other set represents seed information. The main view combines them into one grid, pulling in germination delays and calculating estimated germination and harvest dates. http://marksbasement.tiddlyspot.com/index.html#GardenView But I don't think any javascript-based technology will provide database-like speeds, since low-level indexing is not possible. It appears that sqlite ships with Firefox. It would be interesting if there was a way to access sqlite from within a web page, allowing full SQL nomenclature, if not speed. Mark On Mar 10, 2:10 pm, twgrp <matiasg...@gmail.com> wrote: > sorry if my question is stupid, but what about TW does not fulfill > those requirements? > > On Mar 10, 9:42 pm, Schorschi <georg.o...@gmail.com> wrote: > > > Hi there, > > > I was wondering if anyone knows of a platform that contains a user- > > definable mini relational database system (or spreadsheet) that's all > > contained within one or more HTML pages. > > > Georg > > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to tiddlyw...@googlegroups.com. To unsubscribe from this group, send email to tiddlywiki+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.