Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 307 Bytes

File metadata and controls

21 lines (13 loc) · 307 Bytes

AnnaDB python driver

Install

pip install annadb

Connect

from annadb import Connection

conn = Connection.from_connection_string("annadb://localhost:10001")

Tutorial

Please, follow the official tutorial to meet all the features

https://annadb.dev/tutorial/python/