0.0
The project is in a healthy, maintained state
b
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.17
~> 10.0
 Project Readme

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!'