Jozef Cechovsky
Jozef Cechovsky
Hi, is it possible to use LightInject in self hosted WCF? In ninject is something like this https://github.com/ninject/Ninject.Extensions.Wcf/wiki/Setup-selfhosted-WCF-services But I didn't find somehing similar in LightInject. Could you give me...
Current migration implementation is like a blackbox that is called and migration is done. It would be helpful to have a possibility to call something like > contessa-migration --describe and...
Currently, we have migrations stored in dictionary in the contessa/alembic/packages_migrations.py. There is an idea to read build migrations map from the migrations files in contessa/alembic/versions. - add to all migrations...
hmm, we allow to change names for users. I wouldn't rely on this convention of `table_prefix` then. I can think of 2 solutions: 1. Can we do it for all...