Skip to content

The readme does not mention anything about sqlite3. #284

@AraHaan

Description

@AraHaan
  • asyncpg version:
  • PostgreSQL version:
  • Do you use a PostgreSQL SaaS? If so, which? Can you reproduce
    the issue with a local PostgreSQL install?
    :
  • Python version:
  • Platform:
  • Do you use pgbouncer?:
  • Did you install asyncpg with pip?:
  • If you built asyncpg locally, which version of Cython did you use?:
  • Can the issue be reproduced under both asyncio and
    uvloop?
    :

Hey, I have not installed this yet. But a friend told me to use this instead of the sqlite3 module in the standard library. The readme does not help with explaining why they recommend this instead of sqlite3 with asycio + aiohttp + discord.py + it’s other dependencies. I would understand things like how fast it opens a large db file or reading data from a large table though. The image also does not compare between the speeds of this library vs. the sqlite3 module in the standard library.

Even though I do use async I still prefer standard library over some dependency that has the same performance and similar functionality as the sqlite3 module. I look forward to replacing my code that abuses the json module beyond it’s limits with something like his and transplace the current data to the db(s).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions