+ 3
Can I make a database without a lot of storage?
I have less than 1 GB of storage on my laptop and have a total of only 20 GB. I want to make databases with PHP and SQL but I can't since I don't have storage to download anything. Can I make databases on a website instead?
3 Respostas
+ 2
you can, but less than 1 GB will hurt the performance.
in development phrase you actually dont need that much of a space on database, unless your project need a really big data.
+ 2
Install sqlite
0
why not