issues
search
s-kostyuk
/
everpl
The Everthing Platfrom source code
https://everpl.readthedocs.io/
MIT License
0
stars
1
forks
source link
Observable repositories [2]
#103
Closed
s-kostyuk
closed
6 years ago
s-kostyuk
commented
6 years ago
A follow-up to #92:
revised the current implementation of ObservableRepository and inheritance hierarchy;
moved Observable-related code from Base SQLAlchemy repository to the separate base class;
made all SQLAlchemy-related repos not Observable by default.
A follow-up to #92: