You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
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.
The text was updated successfully, but these errors were encountered: