Hi all,
I've got a web application written using the bottle framework and I'd like to use tryton for a crud part of the administration of the app and a bit on the frontend, I should be able to use different databases according to the request. Is it possible to embed tryton in a web application while keeping good performances ? How can I do this ? Shall I just import trytond and find my path around or use proteus ? PS: I'm aware of the existence of Nereid project but I don't plan to use it.