diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 17:50:17 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:38:44 +0700 |
commit | ccabf8d3391caf094d3a06b7f34343a4bc30b4a9 (patch) | |
tree | 1bbfbbf3854d4091494bb50213f902255e375b64 /development/Mk4tcl | |
parent | 8f49118052024afb1a770719596dcfe1b907b267 (diff) |
development/Mk4tcl: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/Mk4tcl')
-rw-r--r-- | development/Mk4tcl/README | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/development/Mk4tcl/README b/development/Mk4tcl/README index 9945ee68e2eb..8f6a845998a6 100644 --- a/development/Mk4tcl/README +++ b/development/Mk4tcl/README @@ -1,15 +1,16 @@ Mk4tcl - Tcl binding for Metakit embedded database library -Metakit is an efficient embedded database library with a small footprint. -It fills the gap between flat-file, relational, object-oriented, and -tree-structured databases, supporting relational joins, serialization, -nested structures, and instant schema evolution. There is a C++ API, -a Python binding called Mk4py, and a Tcl binding called Mk4tcl. -You can manipulate and exchange data between any of these. +Metakit is an efficient embedded database library with a small +footprint. It fills the gap between flat-file, relational, +object-oriented, and tree-structured databases, supporting +relational joins, serialization, nested structures, and instant schema +evolution. There is a C++ API, a Python binding called Mk4py, and a Tcl +binding called Mk4tcl. You can manipulate and exchange data between +any of these. Data files are portable. The library has been used on Unix, Windows, -Macintosh, VMS, and others, spanning a range of 16- to 64-bit architectures, -from PDA's to S390's. +Macintosh, VMS, and others, spanning a range of 16- to 64-bit +architectures, from PDA's to S390's. -Metakit is in use in various commercial projects and products on millions -of desktops. +Metakit is in use in various commercial projects and products on +millions of desktops. |