an sqlite extension where that does not do anything useful.
What is does is this:
SQLite version 3.31.1 2020-01-27 19:55:54
sqlite> .load dist/helloworld.so
sqlite> select helloworld();
❤ Hello, world! ❤
Bookmarks into SQLite's developer documentation:
-
C-language interface specification: c3ref/intro, with links
-
Introduction to the SQLite C/C++ interface cintro
-
Result and error codes: rescode,
-
Create or redefine SQL functions: c3ref/create_function
-
Setting the result of an SQL function: c3ref/result_blob