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.
$ pip install pytango-db
$ DataBaseds --db_access=sqlite3 --port=10000 2
That's all folks!