2010-01-20 14:46:40 +05:00
2009-10-13 00:35:27 +04:00
2010-01-20 11:29:38 +05:00
2009-10-13 00:35:27 +04:00
2009-10-13 00:35:27 +04:00
2009-10-13 00:35:27 +04:00
2009-10-14 17:38:35 +04:00

Compiling
---------

1. Modify Makefile as needed. 

2. Run 'make'

3. Run 'make static' for dialyzer


Running Test Suite
------------------

$ROOT refers to the parent directory for sqlite-1.0.0

1. Add $ROOT/sqlite-1.0.0/priv in your path.

2. erl -pa $ROOT/sqlite-1.0.0/ebin

3. ct:run("src").


Example Usage
-------------

Use sqlite-1.0.0/src/test/sqlite_test_SUITE.erl as an example for your own usage. Look at both 
init_per_testcase and create_table.


Author: tty.erlang@gmail.com
Description
No description provided
Readme 3.6 MiB
Languages
C 98.4%
Erlang 1.5%