Which database should be prefer for new coder | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Which database should be prefer for new coder

which database should be used by new coder for simply and easily coding and handling database using controls

22nd Apr 2017, 4:42 PM
Muhammad Umair
Muhammad Umair - avatar
2 Answers
+ 2
Have a look at MariaDB, https://en.wikipedia.org/wiki/MariaDB or SQLite, https://en.wikipedia.org/wiki/SQLite, which plays nicely with Python.
22nd Apr 2017, 4:58 PM
Klaus-Dieter Warzecha
Klaus-Dieter Warzecha - avatar
+ 1
As guys have written the simpliest is Sqlite but this is more restricted than standard products like MySql or MS SQL.In this case you need to know for what you use a database.The free open source SQL database is PostgreSQL,it is wery powerful!
22nd Apr 2017, 6:13 PM
Highman
Highman - avatar