lake
unread,Aug 29, 2023, 10:21:20 PM8/29/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ebean ORM
LinkedIn Datahub uses Ebean as its ORM framework. The databases I am using, Gbase8C and GaussDB, support JDBC, but they are not listed as supported databases in Ebean. I noticed that Ebean uses the JDBC API, specifically java.sql.PreparedStatement, at its underlying level. Does this mean that any database supporting JDBC can be used with Ebean? I would like Datahub to be able to use Gbase8C and GaussDB, but I'm unsure of what steps I should take and what areas I need to research. Can anyone please provide guidance?