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

Commit f738907

Browse files
authored
Merge pull request #147 from theruziev/add_postgres_in_url
Add postgres dialect
2 parents 98cc2bb + 627a3e6 commit f738907

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
@@ -42,6 +42,7 @@
4242
class Database:
4343
SUPPORTED_BACKENDS = {
4444
"postgresql": "databases.backends.postgres:PostgresBackend",
45+
"postgres": "databases.backends.postgres:PostgresBackend",
4546
"mysql": "databases.backends.mysql:MySQLBackend",
4647
"sqlite": "databases.backends.sqlite:SQLiteBackend",
4748
}

0 commit comments

Comments
 (0)