diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
commit | 8362bf63dea22bbf6736609b0f49c152f975eb63 (patch) | |
tree | 0eea3928e39e50fae91d4e68b21b1e6cbae25604 /kexi/examples/README | |
download | koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.tar.gz koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.zip |
Added old abandoned KDE3 version of koffice
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1077364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kexi/examples/README')
-rw-r--r-- | kexi/examples/README | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/kexi/examples/README b/kexi/examples/README new file mode 100644 index 00000000..f167f0ec --- /dev/null +++ b/kexi/examples/README @@ -0,0 +1,29 @@ +Example Kexi database files +--------------------------- + +1. Introduction + +This directory contains example Kexi database files in SQLite 3.1 format, +distributed with Kexi source package. + + +2. Files + +Simple_Database.kexi - simple database described in the Kexi Handbook + + +3. Note for developers: generated files + +If you are using Kexi source code obtained from KDE Subversion repository, +you can see .kexi.sql files here instead of .kexi files. This make it easier +to track changes in the Subversion repository. + +Each .kexi file is generated out of the original .kexi.sql file by running +build_kexi_files.sh script. +Makefile is also provided, so you can just run make (or unsermake) to create +.kexi files. + +You can run update_sql_files.sh script if you have changed .kexi file using +Kexi program and want to update the related .kexi.sql file before checking it +into the Subversion repository. + |