换个姿势访问openGauss?(二十)使用编程语言访问 已注销 2024-05-27 86 阅读1分钟 #openGauss #入门 #安装 #数据库 加载驱动 在创建数据库连接之前,需要加载数据库驱动类,驱动类不同包位置不同。openGauss jdbc的驱动为“org.opengauss.Driver”,其中url前缀为“jdbc:opengauss”。 #openGauss #入门 #安装 #数据库