How to have SQL db in termux
Hi, I would like to code a smallest possible app that fetches some data from a .db and then render on the UI with React. Is this possible with termux? My phone is redmi. Specifically, how to have .db file in termux? Install SQL?🍉


6 Replies
When I
npm install sqlite3
it shows the attached errori'm pretty sure it tell you to install python there. but i'm not sure.
so, i try to install sqlite3 with npm like you do and i already have python installed . now they throw this err:
which can be suppressed/ignored by following https://github.com/Automattic/node-canvas/issues/2385
GitHub
gyp: Undefined variable android_ndk_path in binding.gyp while tryin...
Issue or Feature If this is an issue with installation, I have read the troubleshooting guide. install.txt Steps to Reproduce npm install canvas --build-from-source Your Environment Version of node...
They say the architecture of android is not able to install sqlite
The AI I mean
no?
it means that it needs a further configuration so node-gyp can build it correctly
i can build it just fine yesterday, you should read the link that i give you ,