1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
---|
2 | <!-- |
---|
3 | $Id: data_in_files.html 3681 2007-08-17 11:56:30Z nicklas $ |
---|
4 | |
---|
5 | Copyright (C) Authors contributing to this file. |
---|
6 | |
---|
7 | This file is part of BASE - BioArray Software Environment. |
---|
8 | Available at http://base.thep.lu.se/ |
---|
9 | |
---|
10 | BASE is free software; you can redistribute it and/or |
---|
11 | modify it under the terms of the GNU General Public License |
---|
12 | as published by the Free Software Foundation; either version 2 |
---|
13 | of the License, or (at your option) any later version. |
---|
14 | |
---|
15 | BASE is distributed in the hope that it will be useful, |
---|
16 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
17 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
18 | GNU General Public License for more details. |
---|
19 | |
---|
20 | You should have received a copy of the GNU General Public License |
---|
21 | along with this program; if not, write to the Free Software |
---|
22 | Foundation, Inc., 59 Temple Place - Suite 330, |
---|
23 | Boston, MA 02111-1307, USA. |
---|
24 | --> |
---|
25 | <html> |
---|
26 | <head> |
---|
27 | <title>BASE - Development information - Store data in files</title> |
---|
28 | <link rel=stylesheet type="text/css" href="../../../styles.css"> |
---|
29 | </head> |
---|
30 | |
---|
31 | <body> |
---|
32 | <div class="navigation"> |
---|
33 | <a href="../../../index.html">BASE</a> |
---|
34 | <img src="../../../next.gif"> |
---|
35 | <a href="../../index.html">Development information</a> |
---|
36 | <img src="../../../next.gif"> |
---|
37 | <a href="index.html">An overview of the database schema and data layer API</a> |
---|
38 | <img src="../../../next.gif"> |
---|
39 | Store data in files |
---|
40 | </div> |
---|
41 | |
---|
42 | <h1>Store data in files</h1> |
---|
43 | |
---|
44 | <div class="abstract"> |
---|
45 | <p class="warning"> |
---|
46 | NOTE! This document is a draft currently beeing worked on! |
---|
47 | Major changes are expected before the design is finalized. |
---|
48 | </p> |
---|
49 | |
---|
50 | <p> |
---|
51 | This document covers details of storing data that is normally stored in |
---|
52 | the database in files instead. |
---|
53 | </p> |
---|
54 | |
---|
55 | <b>See also</b><br> |
---|
56 | <ul> |
---|
57 | <li><a href="../core/data_in_files.html">Core implementation</a> |
---|
58 | </ul> |
---|
59 | |
---|
60 | <p class="authors"> |
---|
61 | <b>Last updated:</b> $Date: 2007-08-17 11:56:30 +0000 (Fri, 17 Aug 2007) $ |
---|
62 | </p> |
---|
63 | </div> |
---|
64 | <br/> |
---|
65 | <img src="data_in_files.png"> |
---|
66 | |
---|
67 | |
---|
68 | </body> |
---|
69 | </html> |
---|