Skip to content

feat: support PostgreSQL database#130

Merged
web-ppanel merged 2 commits into
perfect-panel:masterfrom
Ember-Moth:main
May 18, 2026
Merged

feat: support PostgreSQL database#130
web-ppanel merged 2 commits into
perfect-panel:masterfrom
Ember-Moth:main

Conversation

@Ember-Moth

@Ember-Moth Ember-Moth commented May 18, 2026

Copy link
Copy Markdown
Contributor

Add database driver selection, PostgreSQL connection and migration support, split migration SQL into mysql/postgres directories, and keep legacy MySQL config compatibility.

example:

Database:
  Driver: postgres
  Addr: localhost:5432
  Username: postgres
  Password: password
  Dbname: ppanel
  Config: sslmode=disable&TimeZone=Asia%2FShanghai

Add database driver selection, PostgreSQL connection and migration support, split migration SQL into mysql/postgres directories, and keep legacy MySQL config compatibility.
@web-ppanel
web-ppanel merged commit 71d907a into perfect-panel:master May 18, 2026
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

Successfully merging this pull request may close these issues.

2 participants