我想使用python中的-library连接到arrangodb,但我甚至无法连接。以下是使用python 2.7的代码:
from pyArango.connection import Connection
conn = Connection()
conn.createDatabase(name = "test_db")
db = self.conn["test_db"] #all databases are loaded automatically into the connection and are accessible in this fashion