eventhub
eventhub copied to clipboard
Separate the payment database
DO NOT MERGE THIS PULL REQUEST
This PR shows how we would store the payment module's data in a separate database. While our main database is PostgreSQL, the second database is SQL Server. In this way, we also show how to work with multiple database provides in a single application.