Skip to content

Conversation

karminski
Copy link

Add lua binding and examples/simple-lua as demo.

Comment on lines +16 to +17
echo "Error: lsqlite3 module is not installed"
echo "Install it with: luarocks install lsqlite3"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it would be better to print errors to stderr:

Suggested change
echo "Error: lsqlite3 module is not installed"
echo "Install it with: luarocks install lsqlite3"
echo "Error: lsqlite3 module is not installed" >&2
echo "Help: luarocks install lsqlite3" >&2

@reneleonhardt
Copy link

Great contribution, I hope it gets reviewed ❤️

Would a small unit test be possible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants