Skip to content

SqliteDatabase::new should take a Path #674

@casey

Description

@casey

Currently, SqliteDatabase::new takes a String, which makes it impossible to use with non-unicode paths. Preferably it should take a impl AsRef<Path> to accept the widest array of arguments.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions