Is it okay to use MySQL with python, through pymysql, for a desktop application? Why, and why not? -


i new desktop applications development , python. model of application simple, it's app keep track of items of inventory. user can crud data database , make reports,etc.

my question here is: ok use mysql locally application? here couple of options out there, not quiet sure do.

any appreciate it.

yeah! great if use mysql , python. wil understand how rdbms works. once done that, can work sqlite (light weight dbms & nosql) , mongodb (if curious work document oriented db / nosql)

if want can refer basic python & mysql example 1, basic python & mysql example 2, tuts sqlite , tuts mongodb


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -