Skip to content

Sqlite gen_server port for Erlang. Creates, reads and writes to sqlite database.

License

Notifications You must be signed in to change notification settings

pmahoney/sqlite-erlang

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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: tty.erlang@gmail.com, manywaypark@gmail.com

About

Sqlite gen_server port for Erlang. Creates, reads and writes to sqlite database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 87.2%
  • C 12.8%