Skip to content

Migrate to SQLAlchemy #302

Open
Open
@DavidStirling

Description

@DavidStirling

Moving away from sqlite/mysqlclient would help to unify a lot of the functionality and could also open up a pathway to supporting other database types. More importantly, pandas to_sql can handle any sqlalchemy connection whereas it can't work with mysqlclient. That function alone makes reading and writing tables much easier and would automatically resolve many of the errors people currently encounter with queries failing due to excessive length.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions