between different web applications?
Im trying to separate admin panel APIs from the main application APIs, in order to do that I need to have my models shared between both applications, but I have no idea how to do that without messing up with the maintainability
webapps can share a database by different inside schemas, or if you have many distributed databases you can link schemas by dblinks. Many schemas - One database is more easy to maintain by giving priviledges to each schema. Many databases need to be linked in and have to maintain also listeners and/or other software components of database.
What language?
Обсуждают сегодня