Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for more backends #8

Open
AlvinKuruvilla opened this issue Mar 9, 2022 · 0 comments
Open

Add support for more backends #8

AlvinKuruvilla opened this issue Mar 9, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@AlvinKuruvilla
Copy link
Owner

It could be good for project longevity to support alternative backends to store user information. But we must only store the bare minimum user information. To support these backends I think the best approach to this at the moment is to create thin wrapper classes around them, similar to what I did for YAML and MySQL. Some ideas for other backends include but are not limited to:

  • [] JSON
  • [] Postgress (I just came up with this one on the fly
  • [] Maybe other more secure local storage file formats
    I'm open to suggestions
@AlvinKuruvilla AlvinKuruvilla added enhancement New feature or request good first issue Good for newcomers labels Apr 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant