Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 627a3e6

Browse files
author
Bakhtiyor Ruziev
committed
Add postgres dialect
1 parent 88b381a commit 627a3e6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

databases/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
class Database:
2121
SUPPORTED_BACKENDS = {
2222
"postgresql": "databases.backends.postgres:PostgresBackend",
23+
"postgres": "databases.backends.postgres:PostgresBackend",
2324
"mysql": "databases.backends.mysql:MySQLBackend",
2425
"sqlite": "databases.backends.sqlite:SQLiteBackend",
2526
}

0 commit comments

Comments
 (0)