Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以将 AWS DynamoDB 设置为支持 Django 服务器的数据库?如果是这样,我将如何去做?
谢谢!
我认为答案是没有简单的方法。Django 支持关系数据库,但 DynamoDB 是 NoSQL。
django-nonrel 似乎没有后端,这是非关系数据库的非官方分支。
如果您想使用 amazon 来托管数据库,您可以使用他们的 RDS 服务并像配置 MySQL 一样配置 Django。