lingthio / Flask-User

Customizable User Authorization & User Management: Register, Confirm, Login, Change username/password, Forgot password and more.
http://flask-user.readthedocs.io/
MIT License
1.06k stars 294 forks source link

Support for ArangoDB #187

Open prabhatM opened 7 years ago

prabhatM commented 7 years ago

With Multimodal and graph database becoming popular, may I request you to support ArangoDB (arangodb.com)? We use pyarango to interface python with arangodb.

lingthio commented 7 years ago

Hi @prabhatM , I won't have time to implement this, but feel free to write a DbAdapter and submit a pull request. Make sure to do this with the master branch (v0.9). Here's the v0.9 docs on Custom DbAdapters (latest version!):

And here's an example implementation for MongoDbAdapter (master branch!):