Skip to content

Implement a SQLITE format #14

@laplante-sean

Description

@laplante-sean

I had this idea this morning.

Why

  1. SQLite3 is builtin to python
  2. Lot of web applications (namely django) use sqlite3

TODO

  1. I'm not sure what dumps() would look like for sqlite
  2. Also, for it to be useful, config.save() would need to be patched by the sqlite format to not overwrite the file if it exists and instead just load it and insert into the database

It's hard

  1. How do we deal with a changing schema?
  2. Who actually wants this?
  3. If we were to support sqlite config and use it for a django app...how would that make anything better?

This also might be a terrible idea. Feel free to just close this if it's dumb.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions