Re: Example implementing SQLite extension in Nim
yeah: sqlite> .load libhello_world.dylib Traceback (most recent call last) functions.nim(141) sqlite3_helloworld_init SIGSEGV: Illegal storage access. (Attempt to read from nil?) Run
Re: Example implementing SQLite extension in Nim
Nim Compiler Version 0.19.4 [MacOSX: amd64] SQLite version 3.27.2 2019-02-25 16:06:06 sqlite> .load libhelloworld Traceback (most recent call last) helloworld.nim(55) sqlite3_helloworld_init SIGSEGV: Illegal storage access. (Attempt to read from nil?)