SQLite in and JSON out via Python 1

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

I'm trying to convert my sqlite db to sql for a bot and the data being returned is undefined. I'm using JSON.stringify(function) - The function is running the query to select the highest number in a tables column.
Any help? Sorry can't explain too well.

BoahsLoL
Автор

How would you go about getting JSON data taken from an API directly into an sqlite3 db?

arctitan