+ 7
Is there any program to design databases in the smartphone ??
I can't carry my laptop wherever I go , so I need a database program in my phone.
2 odpowiedzi
+ 6
Create a Linux terminal from your phone using Termux app.
Install NodeJS and ExpressJS to build a web server from your phone.
Install NeDB, a light-weight database that using MingoDB api.
Alternatively you can setup MongoDB on Mlab, use ExpressJS and middleware Mongoose to connect to the database, I more prefer this way.
And using Bitbucket or GitHub, always push your work to depos whenever you have done the work. So you can always work on the same code, disregard you are using laptop, phone or any other programming devices.
+ 6
Thank you both 🌹