mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
development/Mk4tcl: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8f49118052
commit
ccabf8d339
1 changed files with 11 additions and 10 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue