Warning, /office/kexi/src/examples/README is written in an unsupported language. File is not indexed.

0001 Example Kexi database files
0002 ---------------------------
0003 
0004 1. Introduction
0005 
0006 This directory contains example Kexi database files in SQLite 3.1 format,
0007 distributed with Kexi source package.
0008 
0009 
0010 2. Files
0011 
0012 Simple_Database.kexi - simple database described in the Kexi Handbook
0013 
0014 
0015 3. Note for developers: generated files
0016 
0017 If you are using Kexi source code obtained from KDE Subversion repository,
0018 you can see .kexi.sql files here instead of .kexi files. This make it easier
0019 to track changes in the Subversion repository.
0020 
0021 Each .kexi file is generated out of the original .kexi.sql file by running 
0022 build_kexi_files.sh script. 
0023 Makefile is also provided, so you can just run make (or unsermake) to create 
0024 .kexi files.
0025 
0026 You can run update_sql_files.sh script if you have changed .kexi file using 
0027 Kexi program and want to update the related .kexi.sql file before checking it 
0028 into the Subversion repository.
0029