2010-10-14 09:50:33 +04:00
2008-10-18 23:55:41 -04:00
2009-10-13 00:35:27 +04:00
2010-10-12 17:20:30 +04:00
2010-10-14 09:27:10 +04:00
2010-10-14 09:27:10 +04:00
2008-08-07 11:15:45 -04:00
2010-10-12 15:02:37 +04:00
2010-10-05 15:30:00 +04:00

Compiling
---------

1. Run './configure'

2. Run 'make'

3. Run 'make static' for dialyzer


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

Either 

1. Run ./test.erl 

or 

2. $ROOT refers to the parent directory for erlang-sqlite3.

3. Run erl -pa $ROOT/priv -pa $ROOT/ebin.

4. ct:run("src").


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

Use 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%