-
-
Notifications
You must be signed in to change notification settings - Fork 362
Closed
Description
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
Labels
No labels