I have a handful of databases that are shared between applications. I wonder if it is possible to connect to the database in a module, then add the module to each project, such that the database connections are available in every project that uses them. Or is there another, recommended way of doing this so that I don't have to setup those connection details every time?
↧