Skip to content

Add SQLite #365

@jakirkham

Description

@jakirkham

As another nice builtin Python option, it would be great to implement an SQLite-based key-value store. Most users are likely to have SQLite support in Python out-of-the-box. Not to mention many languages support SQLite, which should help in cases where the same data may need to be viewed in various languages. Finally in industry it is quite common for databases to support SQL to make using the database easier for people familiar with this language, which should help if we want to make other mutable mappings that leverage SQL in the future.

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