forked from ttyerl/sqlite-erlang
-
Notifications
You must be signed in to change notification settings - Fork 1
Sqlite gen_server port for Erlang. Creates, reads and writes to sqlite database.
License
pmahoney/sqlite-erlang
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Compiling --------- 1. Modify Makefile as needed. 2. Run 'make' 3. Run 'make static' for dialyzer 4. Run 'make NOTEST=true' for release build. Running Test Suite ------------------ Run 'make test' for unit testing. Install ------- 1. Run 'make clean' to remove previous build w/ debug info and tests. 2. Run 'make NOTEST=true install' as root. Example Usage ------------- *.erl file has its unit test case function(s). eunit test function ends with '_test_'. Author: [email protected], [email protected]
About
Sqlite gen_server port for Erlang. Creates, reads and writes to sqlite database.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Erlang 87.2%
- C 12.8%