diff options
Diffstat (limited to 'www/zope25-TinyTablePlus/DESCR')
-rw-r--r-- | www/zope25-TinyTablePlus/DESCR | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/zope25-TinyTablePlus/DESCR b/www/zope25-TinyTablePlus/DESCR new file mode 100644 index 00000000000..dba60f8bfae --- /dev/null +++ b/www/zope25-TinyTablePlus/DESCR @@ -0,0 +1,6 @@ +TinyTablePlus is a product designed to manage a small amount of +tabular data. It's intended to fill the gap between a Z Table or an Z +SQL Methods accessed SQL table, which are overkill for many tasks, and +folder token properties, which allow only a single "column". TinyTablePlus +also makes it possible to look up an item within the list, or to return +a subset of the list rows where columns equal particular values. |