
Kexi README
-----------

2004-01-18

How to test database creation and opening from command line:

1. Create test program:

% cd tests/newapi/
% make

(kexidbtest program will be created, not installed though)


2. Create database project file with example data:

% cd tests/newapi/
% ./kexidbtest sqlite tables db


3. Run kexi from command line:

% cd tests/newapi/
% kexi db

...or select "db" project file, using "open existing database" action on startup.


4. For more information on currently impelmented Kexi command line options, type:

% kexi --help

--
Have fun, 
Kexi Team
