Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 393 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 393 Bytes

Python Tango Database DS

A python implementation of the Tango Database device server using PyTango.

The Tango interface is the same as the official C++ Tango Database device server.

It comes with a default backend which uses sqlite3.

Installation

$ pip install pytango-db

Start server

$ DataBaseds --db_access=sqlite3 --port=10000 2

That's all folks!