Firebird database datasource .fdb file requires a driver...
Answered
Hi everyone!
I'm trying to get data from a Firebird .FDB file and after specifying the .FDB file, the IDE says only those drivers are available (check image).
What is needed to be installed?
Thanks in advance!

Please sign in to leave a comment.
Hi @Yuri-Feng-Hung
Firebird can be used in IntelliJ IDEA, but it is available with basic support. To use Firebird you can manually install it by downloading the driver at https://www.jetbrains.com.cn/en-us/datagrip/jdbc-drivers/ and then you can follow the instructions for Databases with basic support.
I hope this helps!