I am currently working on a Linux Server where I need to write a Python Script to parse an XML and store it in a Sybase based Database. When I started looking for available Libraries I found out that most of them have a dependency on FreeTDS.
Since my organization is very reluctant to get new tools installed I am looking if there is an alternate way to connect to Sybase Database from Python on my Linux Server. Thanks in advance.