Is there any program to design databases in the smartphone ?? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Respostas
+ 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