Hello.
firstly sorry for my bad english :) .
can any one help me with this probelem.
i want ot create a kind of terminal in linux with nodeJs
for exemple use sqlite3 from shell ( i don't want use node s modules like node-sqlite3 or others) and give me the possibilite to re send others command with the same instance.
--> exemple:
1- run--> sqlite3
2- after receive result re-send commande to open DB (.open /db/db.sqlite).
3- run query, for exemple :
select * from table A;
select * from table B
i already try with child_process but when i used from multiple js file i get multi sqlite3 instance open and cpu up to 80-100%