Licenses
MIT/Apache-2.0
Install
pip install datasette-sqlite-hello==0.1.0a79

Documentation

sqlite-hello

The smallest possible "hello world" SQLite extension. Meant for testing and debugging loadable SQLite extensions.

Exposes a single SQL scalar function hello(), that takes a single name argument and returns the string "Hello, name!".

.load ./hello0
select hello('Alex');
'Hello, Alex!'