intermediate-database-connectivity-driver
Version 1.1 by marijn on 2022/05/17 08:39
Driver
In this microlearning, we will delve a bit deeper into connecting eMagiz with an external database. We will take a look at how to get the driver and reference it from your flow.Should you have any questions, please get in touch with academy@emagiz.com.- Last update: September 7th, 2021
- Required reading time: 4 minutes
1. Prerequisites
- Basic knowledge of the eMagiz platform
2. Key concepts
Each type of external database has its unique driver. So the driver for an Oracle database differs from the driver needed for a Postgres or MySQL database. Furthermore, the version of the database could influence which driver you need. Also, it would be best if you searched for JDBC drivers as other drivers do not work with the eMagiz setup. Last but not least, you might need assistance in uploading the driver if the package exceeds 1 MB.3. Driver
In this microlearning, we will delve a bit deeper into connecting eMagiz with an external database. We will take a look at how to get the driver and reference it from your flow. Before we can reference the driver within the flow, we first need to find a suitable driver. The driver needs to match the following criteria:- Suitable for the type of database
- JDBC driver
- Suitable for the version of the database you are connecting with
Practice
4. Assignment
See if you can find any database implementation within the projects you can access. This assignment can be completed with the help of the (Academy) project that you have created/used in the previous assignment.5. Key takeaways
- Each type of external database has its unique driver
- You need a JDBC driver
- You might need assistance in uploading the driver if the package exceeds 1 MB