What are the viable database abstraction layers for Python

后端 未结 8 908
遇见更好的自我
遇见更好的自我 2020-12-28 17:51

I\'m starting to get involved in an open source project Gramps which is exploring switching their backend from BSDDB to a relational database. Either SQLite or MySQL we have

8条回答
  •  长发绾君心
    2020-12-28 18:31

    If your project will ever have any real complexity, stay away from ORMs.

    http://blogs.tedneward.com/2006/06/26/The+Vietnam+Of+Computer+Science.aspx

提交回复
热议问题