Database usage
I only recently discovered lighter
and think this is a really solid foundation for using Bitcoin Lightning in Python. Checking the code I see that you decided to use SQLAlchemy - which is good and lightweight choice.
I considering to use lighter
in a context where I already have a different database ORM (Django) in place. Can I use lighter
without the SQLAlchemy database? How hard would that be?