1tie(n) Tcl Data Structures tie(n)
2
3
4
5______________________________________________________________________________
6
8 tie - Array persistence, standard data sources
9
11 package require Tcl 8.4
12
13 package require tie::std::log ?1.1?
14
15 package require tie::std::array ?1.1?
16
17 package require tie::std::rarray ?1.1?
18
19 package require tie::std::file ?1.1?
20
21 package require tie::std::growfile ?1.1?
22
23 package require tie::std::dsource ?1.1?
24
25_________________________________________________________________
26
28 The packages listed as requirements for this document are internal
29 packages providing the standard data sources of package tie, as
30 described in section STANDARD DATA SOURCE TYPES of tie's documentation.
31
32 They are automatically loaded and registered by tie when it itself is
33 requested, and as such there is no need to request them on their own,
34 although it is possible to do so.
35
37 This document, and the packages it describes, will undoubtedly contain
38 bugs and other problems. Please report such in the category tie of the
39 Tcllib SF Trackers [http://sourceforge.net/tracker/?group_id=12883].
40 Please also report any ideas for enhancements you may have for either
41 package and/or documentation.
42
44 array, database, file, metakit, persistence, tie, untie
45
47 Copyright (c) 2008 Andreas Kupries <andreas_kupries@users.sourceforge.net>
48
49
50
51
52tie 1.1 tie(n)