Database connection from DataProvider.class to MsSQL or other DBs

Hello,

is there an easy way to build a connection from Vaadin s Dataprovider class to any Database? I m working with the vaadin-bookstore example.

Thank you for your answer.

Best Regards

There is a chapter in one of our Tutorials focusing to this question

https://vaadin.com/docs/v14/flow/tutorials/in-depth-course/database-entities-and-services

In this chapter H2 in-memory database is used, but later, there is also chapter where configuration is changed to MySQL (other databases can be setup in similar manner as Java database drivers do most of the adaptation)

https://vaadin.com/docs/v14/flow/tutorials/in-depth-course/production-deployment