Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PostgreSQL #131

Open
xiaotiandada opened this issue Mar 28, 2023 · 0 comments
Open

PostgreSQL #131

xiaotiandada opened this issue Mar 28, 2023 · 0 comments

Comments

@xiaotiandada
Copy link
Owner

postgresql://modelshare:postgres@localhost:5432/postgres?schema=public&connection_limit=5

这是一个 PostgreSQL 连接字符串。其中包含以下信息:

postgresql:表示使用 PostgreSQL 数据库。
modelshare:这是用户名,用于连接到数据库。
postgres:这是密码,用于连接到数据库。
localhost:5432:这是 PostgreSQL 服务器的地址和端口号。
postgres:这是要连接的数据库名称。
schema=public:这是所选数据库架构的名称,默认为“public”。
connection_limit=5:这是限制连接数的参数,最多允许5个并发连接。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant