-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I had this idea this morning.
Why
- SQLite3 is builtin to python
- Lot of web applications (namely django) use sqlite3
TODO
- I'm not sure what
dumps()
would look like for sqlite - 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
- How do we deal with a changing schema?
- Who actually wants this?
- 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
Labels
enhancementNew feature or requestNew feature or request