I’m coding with Solar2d in Lua and I wanted to pick data from an SQL table.
Is it possible? Thank you
Advertisement
Answer
Yes, Solar2D has built-in SQLite library.
Check the documentation here.
To pick data use SELECT
with db:nrows(sqlcommand)