Menu
×
   ❮   
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

创建 PostgreSQL 数据库


创建数据库

在 RDS 服务中,通过导航到数据库部分或点击“创建数据库”按钮来创建数据库。


设置

开始创建数据库后,系统会提供一些关于数据库类型和设置的选择。

要向 Django 项目添加 PostgreSQL 数据库,请选择以下选项:

标准创建方法

PostgreSQL 引擎方法

免费层模板

数据库名称、用户名和密码

您可以选择任何名称、用户名和密码。

保留默认实例配置。

勾选存储自动扩展。

启用存储自动扩展可能是一件好事,但对于本教程来说,没有必要。

授予公共访问权限并创建一个新的安全组。

为安全组命名,我们将其命名为“w3-django”。

保留默认的数据库认证。

保留默认的监控。

点击创建数据库。

这需要几分钟时间,完成后,您将拥有一个新的 PostgreSQL 数据库,几乎可以立即在您的 Django 项目中运行!

下一章中,您将学习如何将项目连接到数据库。


×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.