+ 1
Which DBMS would you use in a Raspberrypi?
Hi! I'm starting to work on a little project with a raspberry (and I've never used one), the thing is that I'm gonna need a DB, which management system would you recommend me? I'm probably gonna code with either c or python, or perhaps java.
1 ответ
+ 1
It would recommend to work with python, which is available for Raspberrypi as well as MariaDB (former MySQL), but SqLite is a great option as well, and a lot of functionalities are available and ready to be used. Good luck Paula.