Django Models / SQLAlchemy are bloated! Any truly Pythonic DB models out there?

后端 未结 8 1840
广开言路
广开言路 2021-02-09 15:16

\"Make things as simple as possible, but no simpler.\"

Can we find the solution/s that fix the Python database world?

Update: A

8条回答
  •  一整个雨季
    2021-02-09 15:59

    I think you should try ZODB. It is object oriented database designed for storing python objects. Its API is quite close to example you have provided in your question, just take a look at tutorial.

提交回复
热议问题