This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Chris Dent (author)
Thu Nov 19 12:11:48 -0800 2009
commit 9eb608a46ad2375ba501acefe0928718c9379e73
tree 9a03cfed46b1bd2582c8f62fc883faea2e003108
parent 2ae4d8b9e2337e80d0abbb664b803c868be90812
tree 9a03cfed46b1bd2582c8f62fc883faea2e003108
parent 2ae4d8b9e2337e80d0abbb664b803c868be90812
tiddlyweb-plugins / mappingsqlstore
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
COPYRIGHT | ||
| |
Makefile | Wed Oct 21 13:40:43 -0700 2009 | |
| |
README | Thu Oct 22 06:11:50 -0700 2009 | |
| |
mappingsql.py | Fri Nov 06 07:11:56 -0800 2009 | |
| |
table.sql | Fri Oct 23 07:45:34 -0700 2009 | |
| |
test/ | ||
| |
tiddlywebconfig.py | Fri Oct 23 06:53:19 -0700 2009 |
mappingsqlstore/README
mappingsql is TiddlyWeb StorageInterface implementation that stubs out some ideas for mapping any arbitrary RDBMS table to a tiddler. It has many limitations (on purpose): * It is READ ONLY * It only supports one bag. * It has no support for recipes. * It has no support revisions. * It has no support for search. You tell tiddlywebconfig.py what database you want to look at, what table you want to map, and what bag name you want that table to think of itself as. The column name 'id'[1] is mapped to tiddler.title. Any column names that map to Tiddler attributes are applied. Otherwise, columns are mapped into tiddler.fields. TODO: * Make mapping of columns to tiddler attributes optional. * Cast column data to unicode with flair. This work was created by Chris Dent <cdent@peermore.com> for Peermore Limited, working for Yellowcar Limited, under the auspices of the wiki-data project of Avox. It is license under the BSD license. See COPYRIGHT for more information. [1] In the future it will be possible to map a specific column to tiddler.title.








