Is there any program to design databases in the smartphone ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

21st Oct 2017, 12:35 PM
‎Muhannad Menem
‎Muhannad Menem - avatar
2 Answers
+ 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.
21st Oct 2017, 12:52 PM
Calviղ
Calviղ - avatar
+ 6
Thank you both 🌹
21st Oct 2017, 2:58 PM
‎Muhannad Menem
‎Muhannad Menem - avatar