David Bouyssié
David Bouyssié
Amazing, thanks ❤️ I can't test now but I'm very excited about this improvement.
Ok thanks !
I would like to generate bindings for library which is using SQLite. My first problem is that "sqlite3.h" includes stdarg.h like this: ```#include ```. Thus when I call "sbt compile"...
Would be awesome. In the meantime I found a way to only expose the function of my library without exposing the sqlite library. But I think it would be nice...
Thank you so much. At least even if I cannot generate my own bindings I can use your definitions. About the ".so" files how do I specify the location of...
Hi. I have some good progress regarding SQLite bindings usage. I think I could provide a wrapper soon. I have however some issues with some specific C typedefs. For instance...
Actually I had a short discussion with @densh on gitter. He suggested to do: ```scala val SQLITE_STATIC = 0.cast[CFunctionPtr1[Ptr[Byte], Unit]] val SQLITE_TRANSIENT = 1.cast[CFunctionPtr1[Ptr[Byte], Unit]] ``` But with the tag...
Moreover I don't know why but the section named ```CAPI3REF: Extended Result Codes ``` of the ```sqlite.h ``` contains several defines (from ```SQLITE_IOERR_READ ``` to ```SQLITE_READONLY_CANTLOCK ```) which are not...
FYI, sqlite4s 0.1.0 is now out 😄 See [david-bouyssie/sqlite4s](https://github.com/david-bouyssie/sqlite4s/)
Great ! Any plan to release a windows compatible version ?