First test case

This commit is contained in:
Maas-Maarten Zeeman
2011-10-13 21:40:24 +02:00
parent e7cab83784
commit 6fbb1cad4e
3 changed files with 34 additions and 6 deletions

View File

@@ -5,6 +5,8 @@
-module(esqlite).
-author("Maas-Maarten Zeeman <mmzeeman@xs4all.nl>").
-export([open/1]).
-on_load(init/0).
init() ->
@@ -12,6 +14,6 @@ init() ->
%% @doc Open a new database connection
%%
open(Name) ->
ok.
open(_Filename) ->
exit(nif_library_not_loaded).