python access to TimesTen

后端 未结 5 1746
旧时难觅i
旧时难觅i 2021-01-14 20:17

I googled a lot to find any python module to access TimesTen (in memory database). I am writing a automated testing framework (more like for System Test and not Unit Test).

5条回答
  •  独厮守ぢ
    2021-01-14 20:58

    The best way to access TimesTen via a Python module is using cx_Oracle.

    cx_Oracle uses an OCI based driver. TimesTen supports OCI and you can connect via tnsnames.ora or the Easy Connect naming method like you would for an Oracle DB.

提交回复
热议问题