Share a dict with multiple Python scripts

后端 未结 8 1175
予麋鹿
予麋鹿 2020-12-14 11:31

I\'d like a unique dict (key/value) database to be accessible from multiple Python scripts running at the same time.

If script1.py updates

8条回答
  •  清歌不尽
    2020-12-14 12:06

    CodernintyDB could be worth exploring, using the server version.

    http://labs.codernity.com/codernitydb/

    Server version: http://labs.codernity.com/codernitydb/server.html

提交回复
热议问题