Introduces the Persistence Adapter concept, a Facade implementation managing all the particularities of each persistence layer.
Documentation available here
More opinionated (but very convenient) extension of db-decorators
, and exposes all the functionality from the previous modules in a very extensible and developer friendly way:
- wraps any storage (blockchain, relational/non-relational databases and any other storage mechanism);
- automates the boiled plate code from
decorator-validation
,db-decorators
andinjectable-decorators
; - provides raw access to the storage;
- provides querying capabilities;
- Provides Repository apis for all selector Models;
- Initializes the storage according to the selected Models;
If you have bug reports, questions or suggestions please create a new issue.
I am grateful for any contributions made to this project. Please read this to get started.
The first and easiest way you can support it is by Contributing. Even just finding a typo in the documentation is important.
Financial support is always welcome and helps keep both me and the project alive and healthy.
So if you can, if this project in any way. either by learning something or simply by helping you save precious time, please consider donating.
This project is released under the MIT License.
By developers, for developers...