Skip to content

Provide different storages like Postgresql, Mongo, Redis and etc. #170

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

Open
seyfer opened this issue May 2, 2016 · 2 comments
Open

Provide different storages like Postgresql, Mongo, Redis and etc. #170

seyfer opened this issue May 2, 2016 · 2 comments

Comments

@seyfer
Copy link

seyfer commented May 2, 2016

This is an idea and suggestion at the same time.

Provide some AbstractStorageInterface and possibility to implement and register any custom storage.
Developers will implement storage classes and will send pull requests.
Than during installation or configuration process there wold be a possibility to chose storage.

It will help for those who doesn't want to use MySQL.

@MBoretto
Copy link
Collaborator

MBoretto commented May 2, 2016

Hello!
Are you interested in a particular database? Are you developing the support for a different database?
The database logic is completely decoupled from the the library, so should be 'easy' to use onother database

@seyfer
Copy link
Author

seyfer commented Apr 27, 2017

@MBoretto , please have a look at #384 (comment)

This is an example how architecture shall look like to provide the possibility for adding own DB drivers.
It's not possible to do it with the current design.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants