arow-oss / goat-guardian

Reverse proxy that handles authentication
MIT License
39 stars 1 forks source link

provide ability to use a different database than sqlite #14

Open cdepillabout opened 6 years ago

cdepillabout commented 6 years ago

Goat Guardian is currently using SQLite to keep track of user information.

Ideally, we would provide a way for the operator to use a different database. At the very least, it would be nice to support PostgreSQL.