Embedded Database
Embdedded Database:
An embedded database is a database that is inside another software product. The operating environment for embedded database can range from big Unix servers to PDAs. Embedded database needs to be very robust and never fail. Reporting functions may not be included with embedded database.
From: Carl W. Olofson, in IDC Analyst Connection, Aug 2005
Metakit
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 (with an optional OO binding on top called Oomk). 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.
This library is in active use in various commercial projects and products on millions of desktops.
visit
Metakit
Metakit was visited : 247 times
Loading .....