FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Remove sync database drivers (see #198, #204) by retnikt · Pull Request #205 · encode/databases · GitHub

This repository was archived by the owner on Aug 19, 2025. It is now read-only.
/ databases Public archive

Remove sync database drivers (see #198, #204) - #205

Closed
retnikt wants to merge 2 commits into
encode:masterfrom
retnikt:master
Closed

Remove sync database drivers (see #198, #204)#205
retnikt wants to merge 2 commits into
encode:masterfrom
retnikt:master

Conversation

retnikt commented May 1, 2020

Copy link
Copy Markdown
Contributor

See #198, #204

When a release is made, the {release} placeholder in the docs needs updating.

zanieb self-assigned this Jul 12, 2023

zanieb commented Jul 12, 2023

Copy link
Copy Markdown
Contributor

It looks like these changes have been made

databases/setup.py

Lines 51 to 59 in 71ea4ad

extras_require={
"postgresql": ["asyncpg"],
"asyncpg": ["asyncpg"],
"aiopg": ["aiopg"],
"mysql": ["aiomysql"],
"aiomysql": ["aiomysql"],
"asyncmy": ["asyncmy"],
"sqlite": ["aiosqlite"],
"aiosqlite": ["aiosqlite"],

zanieb closed this Jul 12, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL