0

can i implement sql in a server written in python,and how do i do it?

22nd Jul 2016, 7:16 PM
Bonimwat Optimux Vicker
Bonimwat Optimux Vicker - avatar
2 ответов
+ 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.
23rd Jul 2016, 4:10 AM
Riddler
Riddler - avatar
0
You can start with official mysql python connector from Oracle or Records (sql for humans) module by Kenneth Reitz.
3rd Sep 2016, 6:36 PM
trueneu
trueneu - avatar