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.0?
14
15 package require tie::std::array ?1.0?
16
17 package require tie::std::rarray ?1.0.1?
18
19 package require tie::std::file ?1.0.4?
20
21 package require tie::std::growfile ?1.0?
22
23 package require tie::std::dsource ?1.0?
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 package it describes, will undoubtedly contain
38 bugs and other problems. Please report such in the category tie of the
39 Tcllib Trackers [http://core.tcl.tk/tcllib/reportlist]. Please also
40 report any ideas for enhancements you may have for either package
41 and/or documentation.
42
43 When proposing code changes, please provide unified diffs, i.e the out‐
44 put of diff -u.
45
46 Note further that attachments are strongly preferred over inlined
47 patches. Attachments can be made by going to the Edit form of the
48 ticket immediately after its creation, and then using the left-most
49 button in the secondary navigation bar.
50
52 array, database, file, metakit, persistence, tie, untie
53
55 Programming tools
56
58 Copyright (c) 2008-2015 Andreas Kupries <andreas_kupries@users.sourceforge.net>
59
60
61
62
63tcllib 1.1 tie(n)