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

Looking for a practical storer that is ready to deploy #321

Closed
wkoszek opened this issue Feb 7, 2021 · 1 comment
Closed

Looking for a practical storer that is ready to deploy #321

wkoszek opened this issue Feb 7, 2021 · 1 comment

Comments

@wkoszek
Copy link

wkoszek commented Feb 7, 2021

Authboss looks very good. Is there any published "storer" that supports a practical DB? I was thinking PostgreSQL or Redis. I wonder why no ready-to-use implementations exist so far.

@aarondl
Copy link
Member

aarondl commented Feb 7, 2021

There's none that I'm aware of. I think the reasoning is most people create their storers using their ORM-like layer that isn't very generic to everybody's code base rather than trying to create one using the database/sql library directly. It's also true that everybody's columns are a little bit different, some people use uuid columns for ids, some use serial so it might be difficult to use unless you're starting a project from complete scratch.

Try using Github Discussions for these sorts of non-bug conversation type things :)

@aarondl aarondl closed this as completed Feb 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants