0
can i implement sql in a server written in python,and how do i do it?
2 Respuestas
+ 1
Yes You can manipulate a database using python. This can be done using SQL commands inside your python script. To see how to do it you can refer to the official python documentation.
0
You can start with official mysql python connector from Oracle or Records (sql for humans) module by Kenneth Reitz.