alexeyr / erlang-sqlite3

Sqlite gen_server port for Erlang. Creates, reads and writes to sqlite database.
Other
90 stars 33 forks source link

Statically link driver with sqlite3 #47

Open gar1t opened 7 years ago

gar1t commented 7 years ago

I need to statically link this driver - I'm going to start on this but I'm wondering if anyone's tried this and if there are any known issues.

alexeyr commented 7 years ago

I haven't tried it.