Answer the question
In order to leave comments, you need to log in
How to get list from sqlite node.js base?
Hello. Help me please. Let's say we have a table with 2 columns. Example:
id key
1 20
2 89
3 92
How can I get these keys into variables and process them? Through a Select query
Answer the question
In order to leave comments, you need to log in
SELECT `key` FROM `твоя_таблица`;
How to work with a specific driver - read the documentation. Nobody knows what you are using. For example https://www.npmjs.com/package/sqlite3
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question