davidmoten / rxjava2-jdbc

RxJava2 integration with JDBC including Non-blocking Connection Pools
Apache License 2.0
390 stars 41 forks source link

Is there Firebird 2 database support? #54

Open maestrovsmaster opened 4 years ago

davidmoten commented 2 years ago

If it has jdbc drivers then yep should work. You can specify a custom health check in the Database builder like this:

.healthCheck(c -> c.prepareStatement("select 1").execute()) //