esqlite icon indicating copy to clipboard operation
esqlite copied to clipboard

Erlang NIF for sqlite

Results 7 esqlite issues
Sort by recently updated
recently updated
newest added

Is there a way to use transactions and get results out of it? ``` esqlite3:q( , [], Db) ``` Returns `[]`. I would like to get the `[1,1,1]`.

https://sqlite.org/src/timeline?r=server-process-edition [html readme](https://sqlite.org/src/raw/README-server-edition.html?name=b98409c486d6f02871b20a9e29e1e18cd050a02e03062569ffb051774b4d6861) https://news.ycombinator.com/item?id=17766799 Appears to be a performance improvement.

Hello there! Thanks for this library, I'm a big fan :) I've got a web application that uses SQLite. On each request it opens a connection to SQLite. I added...

Found via `typos --format brief`

Hi @mmzeeman This is related to our discussion on Erlang forum here: https://erlangforums.com/t/raft-on-top-of-esqlite/3583 Please let me know how you want to receive the support. We've got a few options here:...

Hi, I was just wondering if it would be able to use esqlite and have the data stored encrypted? Cheers, T.

The compile command doesn't specify an include path, so the sqlite.h in `c_src` is never used. If your system doesn't have the sqlite headers installed (like say on a server...