I'm coding with Solar2d in Lua and I wanted to pick data from an SQL table.
So I was thinking to use the sqlite3 plugin, but it's unclear how to use it.
Yes, Solar2D has built-in SQLite library.
Check the documentation here.
To pick data use SELECT
with db:nrows(sqlcommand)